| Questions |
Show Answers |
Total Posts |
Post Your Answers |
Last Post |
PHP stands for
a. PHP Hypertext Preprocessor
b. Perfect Hypertext Preprocessor
c. Past Hypertext Preprocessor
|
Show Answers | 14 |
Post Your Answers |
Reshma chandran |
PHP is an
a. client-side scripting language
b. server-side scripting language
c. both server-side and client-side scripting language
|
Show Answers | 4 |
Post Your Answers |
Reshma chandran |
Choose correct syntax to print "R4R Welcomes You!" using PHP in HTML.
a. <html><body><?php echo "R4R Welcomes You!";?></body></html>
b. <html><body><?php write "R4R Welcomes You!";?></body></html>
c. <html><body><?php display "R4R Welcomes You!";?></body></html>
|
Show Answers | 2 |
Post Your Answers |
01.02.10 meena |
Which one is right in PHP?
a. var_name = $value;
b. $var_name = $value;
c. $var_name = value;
d. var_name = value; |
Show Answers | 5 |
Post Your Answers |
Reshma chandran |
Who develops PHP?
|
Show Answers | 2 |
Post Your Answers |
Reshma chandran |
In php string data are
a. ''
b. ""
c. delimited by <<< identifier
d. All of above
|
Show Answers | 1 |
Post Your Answers |
09.03.10 Rajesh Kumar |
PHP compound data types are?a. Arrayb. Objectsc. Bothd. None
|
Show Answers | 1 |
Post Your Answers |
09.03.10 Rajesh Kumar |
Which of folowiing variable assignment is 'by value' assignment in PHP
a. $value1= $value
b. $value1= & $value
c. $value1= & $value
d. None
|
Show Answers | 1 |
Post Your Answers |
09.03.10 Rajesh Kumar |
Which of following variable scope that is not supported by PHP?
a. Local variables
b. Function parameters
c. Hidden variables
d. Global variables
|
Show Answers | 1 |
Post Your Answers |
09.03.10 Rajesh Kumar |
Which of following is invalid identifier in PHP?
a. my-function
b. size
c. –some word
d. This&that |
Show Answers | 2 |
Post Your Answers |
Yash |
Casting syntax introduced in PHP 6 is
a. (array)
b. (int64)
c. (real) or (double) or (float)
d. (object) |
Show Answers | 1 |
Post Your Answers |
09.03.10 Rajesh Kumar |
Which is true for identifier in PHP ?
a. Identifier are case sensitive. So $r4r is different than $R4R
b. Identifiers can be any length
c. Both of above
d. None of above
|
Show Answers | 1 |
Post Your Answers |
09.03.10 Rajesh Kumar |
12. What is output of following:
$r4r=15;
function adit() {
GLOBAL $r4r;
$r4r++ ;
echo "r4r is $r4r";
}
addit ();
a. r4r is 15
b. r4r is 16
c. r4r is 1
d. r4r is $ r4r
|
Show Answers | 3 |
Post Your Answers |
Vishal Sahu |
What is use of left associative dot operator (.)in PHP ?
a. multiplication
b. concatenation
c. separate object and its member
d. delimeter |
Show Answers | 6 |
Post Your Answers |
Reshma chandran |
function that does continue the script execution even if the file inclusion fails?
a. include ()
b. require ()
c. both of above
d. None of above
|
Show Answers | 1 |
Post Your Answers |
09.03.10 Rajesh Kumar |
When failure which statement the script execution stops displaying error/warning message?
a. rinclude ()
b. require ()
c. both of above
d. None of above |
Show Answers | 2 |
Post Your Answers |
chandraprakash |
Which function includes the specified file even the statement evaluates to false in which block the function is placed?
a. include ()
b. require ()
c. both of above
d. None of above |
Show Answers | 2 |
Post Your Answers |
Vishal Sahu |
The left association operator % is used in PHP
a. percentage
b. bitwise or
c. division
d. modulus |
Show Answers | 1 |
Post Your Answers |
09.03.10 Rajesh Kumar |
which a variable does not loose its value when the function exists and use that value if the function is called agai.Which scop is it?
a. Local
b. function parameter
c. static
d. None of above |
Show Answers | 1 |
Post Your Answers |
09.03.10 Rajesh Kumar |
Which datatypes are treaded as arrays
a. Integer
b. Float
c. String
d. Booleans |
Show Answers | 1 |
Post Your Answers |
09.03.10 Rajesh Kumar |
R4R,PHP Objective, PHP Subjective, PHP Interview Questions And Answers,PHP,PHP Interview,PHP Questions ,PHP Answers