<?php echo null == Null; ?> | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
- 1

<?php echo null == Null; ?>

Give me answer with explain

13th Jan 2020, 4:22 PM
Yaro Ka Yar
Yaro Ka Yar - avatar
1 Réponse
+ 1
the answer is 1 which is equivalent to TRUE, because null == Null. do the same like echo 2 == 2 will be 1 because 2 = 2.
13th Jan 2020, 7:13 PM
Bahhaⵣ
Bahhaⵣ - avatar