Basic PHP Some PHP code might not have a namespace and therefore lives in the . . . . . . namespace. Global PRE Default Automatic Global PRE Default Automatic ANSWER DOWNLOAD EXAMIANS APP
Basic PHP Under what circumstance is it impossible to assign a default value to a parameter while declaring a function? Never When the function is being declared as a member of a class When the function contains only one parameter When the parameter is being declared as passed by reference When the parameter is Boolean Never When the function is being declared as a member of a class When the function contains only one parameter When the parameter is being declared as passed by reference When the parameter is Boolean ANSWER DOWNLOAD EXAMIANS APP
Basic PHP What does PHP stand for?1. Personal Home Page2. Hypertext Preprocessor3. Pretext Hypertext Processor4. Preprocessor Home Page Both 1 and 2 Both 1 and 3 Both 2 and 4 Only 2 Both 1 and 2 Both 1 and 3 Both 2 and 4 Only 2 ANSWER DOWNLOAD EXAMIANS APP
Basic PHP Assigning the empty string (like ' ') to a variable automatically renders it empty. False True False True ANSWER DOWNLOAD EXAMIANS APP
Basic PHP If $a = 12 what will be returned when ($a == 12) ? 5 : 1 is executed? 1 5 Error 12 1 5 Error 12 ANSWER DOWNLOAD EXAMIANS APP
Basic PHP Which of the below symbols is a newline character? \n /r /n \r \n /r /n \r ANSWER DOWNLOAD EXAMIANS APP