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
All of the mentioned
Only 2

ANSWER DOWNLOAD EXAMIANS APP

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

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

ANSWER DOWNLOAD EXAMIANS APP