fork download
  1. <?php
  2.  
  3. $_COOKIE = [];
  4. if (is_null($_COOKIE['test'])) {
  5. echo "Is null\n";
  6. }
  7.  
Success #stdin #stdout #stderr 0s 82880KB
stdin
Standard input is empty
stdout
Is null
stderr
PHP Notice:  Undefined index: test in /home/wOBHkl/prog.php on line 4