Basic PHP Which of the following is not valid PHP code? $10_somethings ${“MyVar”} &$something $_10 $aVaR $10_somethings ${“MyVar”} &$something $_10 $aVaR ANSWER DOWNLOAD EXAMIANS APP
Basic PHP Which statement will output $x on the screen? echo “$$x”; echo “$x;”; echo “\$x”; echo “/$x”; echo “$$x”; echo “$x;”; echo “\$x”; echo “/$x”; ANSWER DOWNLOAD EXAMIANS APP
Basic PHP PHP considers the following values as False All of Above constant NULL both A and B the one-character string 0 the integer 0 All of Above constant NULL both A and B the one-character string 0 the integer 0 ANSWER DOWNLOAD EXAMIANS APP
Basic PHP PHP ..... demand that you declare a data type when you create a variable. does not does does not does ANSWER DOWNLOAD EXAMIANS APP
Basic PHP PHP does not support numbers written in hexadecimal, octal or scientific notation. True False True False ANSWER DOWNLOAD EXAMIANS APP