Basic PHP
Which of following variables can be assigned a value to it?
1. $3hello
2. $_hello
3. $this
4. $This

Only 2
2, 3 and 4
All of the mentioned
2 and 4

ANSWER DOWNLOAD EXAMIANS APP

Basic PHP
Under what circumstance is it impossible to assign a default value to a parameter while declaring a function?

When the parameter is being declared as passed by reference
When the function contains only one parameter
When the parameter is Boolean
When the function is being declared as a member of a class
Never

ANSWER DOWNLOAD EXAMIANS APP