Basic PHP With the introduction of namespaces, the same function name can be used in multiple places. TRUE FALSE TRUE FALSE ANSWER DOWNLOAD EXAMIANS APP
Basic PHP PHP runs on different platforms (Windows, Linux, Unix, etc.) False True False True ANSWER DOWNLOAD EXAMIANS APP
Basic PHP Which of the below symbols is a newline character? /r \n /n \r /r \n /n \r ANSWER DOWNLOAD EXAMIANS APP
Basic PHP PHP considers the following values as False the integer 0 the one-character string 0 both A and B All of Above constant NULL the integer 0 the one-character string 0 both A and B All of Above constant NULL ANSWER DOWNLOAD EXAMIANS APP
Basic PHP 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 False ANSWER DOWNLOAD EXAMIANS APP
Basic PHP Which of the following is not valid PHP code? $_10 ${“MyVar”} $aVaR &$something $10_somethings $_10 ${“MyVar”} $aVaR &$something $10_somethings ANSWER DOWNLOAD EXAMIANS APP