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.

Следи за CodeGalaxy

Мобильное приложение Beta

Get it on Google Play
Обратная Связь
Продолжайте изучать
тесты по PHP
Cosmo
Зарегистрируйся сейчас
или Подпишись на будущие тесты