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

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

ANSWER DOWNLOAD EXAMIANS APP

Basic PHP
How does the identity operator === compare two values?

It converts both values to strings and compares them
If the two values are strings, it performs a lexical comparison
It converts them to a common compatible data type and then compares the resulting values
It bases its comparison on the C strcmp function exclusively
It returns True only if they are both of the same type and value

ANSWER DOWNLOAD EXAMIANS APP