Basic PHP PHP does not support numbers written in hexadecimal, octal or scientific notation. True False True False ANSWER DOWNLOAD EXAMIANS APP
Basic PHP You can test the type of any variable with the ..... function. showtype() gettype() whattype() settype() showtype() gettype() whattype() settype() ANSWER DOWNLOAD EXAMIANS APP
Basic PHP What will be the output of the following PHP code?$a = 5;$b = 5;echo ($a === $b); 5 === 5 1 False Error 5 === 5 1 False Error ANSWER DOWNLOAD EXAMIANS APP
Basic PHP If $a = 12 what will be returned when ($a == 12) ? 5 : 1 is executed? Error 5 1 12 Error 5 1 12 ANSWER DOWNLOAD EXAMIANS APP
Basic PHP String values must be enclosed in ...... both A and B single quotes none of above double quotes both A and B single quotes none of above double quotes ANSWER DOWNLOAD EXAMIANS APP
Basic PHP PHP considers the following values as False All of Above the integer 0 both A and B the one-character string 0 constant NULL All of Above the integer 0 both A and B the one-character string 0 constant NULL ANSWER DOWNLOAD EXAMIANS APP