fork download
  1. <?php
  2. $fun = function() { return function() { return "Hello World!"; }; };
  3.  
  4. print($fun()());
Runtime error #stdin #stdout #stderr 0.01s 20552KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
PHP Parse error:  syntax error, unexpected '(' in /home/oiT01Y/prog.php on line 4