Consider following code snippet:
if ( null === 0 ) {
    echo 'true';
} else {
    echo 'false';
}
What will be printed after executing the code above?
Explanation
The special NULL value represents a variable with no value. NULL is the only possible value of type null.

Follow CodeGalaxy

Mobile Beta

Get it on Google Play
Send Feedback
Keep exploring
PHP quizzes
Cosmo
Sign Up Now
or Subscribe for future quizzes