fork download
  1. <?php
  2.  
  3. $test = 0;
  4. if ($test === null) print 'is null';
  5. else print 'not null';
Success #stdin #stdout 0.01s 20568KB
stdin
Standard input is empty
stdout
not null