Basic PHP
If you echo a Boolean variable, the value FALSE displays as a .... and the value TRUE echoes as a .....

blank string, 2
blank string, 1
empty variable, 1
0, 1

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 parameter is Boolean
When the function is being declared as a member of a class
When the parameter is being declared as passed by reference
When the function contains only one parameter

ANSWER DOWNLOAD EXAMIANS APP