fork download
  1. <?php
  2.  
  3. $_POST = (object)array();
  4.  
  5. var_dump($_POST['a']);
Runtime error #stdin #stdout 0.02s 13112KB
stdin
Standard input is empty
stdout
Fatal error: Cannot use object of type stdClass as array in /home/L6Snqy/prog.php on line 5