It is possible to create a hierarchy of namespaces in PHP. FALSE TRUE TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following is/are a PHP code editor?<br/>1. Notepad<br/>2. Notepad++<br/>3. Adobe Dreamweaver<br/>4. PDT Only 3 1, 2 and 3 Only 4 All of the mentioned TRUE ANSWER : ? YOUR ANSWER : ?
When a simple data type is casted to an array, an array is created with the original value in the first element. True False TRUE ANSWER : ? YOUR ANSWER : ?
PHP ..... demand that you declare a data type when you create a variable. does not does TRUE ANSWER : ? YOUR ANSWER : ?
PHP does not support numbers written in hexadecimal, octal or scientific notation. False True TRUE ANSWER : ? YOUR ANSWER : ?
Under what circumstance is it impossible to assign a default value to a parameter while declaring a function? When the parameter is being declared as passed by reference When the function contains only one parameter When the parameter is Boolean When the function is being declared as a member of a class Never TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following must be installed on your computer so as to run PHP script?<br/>1. Adobe Dreamweaver<br/>2. PHP<br/>3. Apache<br/>4. IIS 2 and 3 2, 3 and 4 All of the mentioned. Only 2 TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following is not valid PHP code? &$something $10_somethings $_10 $aVaR ${“MyVar”} TRUE ANSWER : ? YOUR ANSWER : ?
Who is the father of PHP? Drek Kolkevi Willam Makepiece List Barely Rasmus Lerdorf TRUE ANSWER : ? YOUR ANSWER : ?
Which of following variables can be assigned a value to it?<br/>1. $3hello<br/>2. $_hello<br/>3. $this<br/>4. $This 2, 3 and 4 Only 2 2 and 4 All of the mentioned TRUE ANSWER : ? YOUR ANSWER : ?