<?php$fun = function() { return function() { return "Hello World!"; }; }; print($fun()());
Standard input is empty
Standard output is empty
PHP Parse error: syntax error, unexpected '(' in /home/oiT01Y/prog.php on line 4
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!