fork download
  1. <?php
  2.  
  3. $obj = new stdClass();
  4. $obj->p1 = "foo";
  5. $obj->p2 = "bar";
  6.  
  7.  
  8. echo $obj['p1'];
Runtime error #stdin #stdout #stderr 0.02s 25460KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
PHP Fatal error:  Uncaught Error: Cannot use object of type stdClass as array in /home/H3DY5y/prog.php:8
Stack trace:
#0 {main}
  thrown in /home/H3DY5y/prog.php on line 8