fork download
  1. <?php
  2.  
  3. var_dump(null === Null, Null === NULL, NULL === null);
Success #stdin #stdout 0.02s 13112KB
stdin
Standard input is empty
stdout
bool(true)
bool(true)
bool(true)