<?php function test(&$a) { echo $a; } test(123);
Standard input is empty
Standard output is empty
PHP Fatal error: Only variables can be passed by reference in /home/vVD1qY/prog.php on line 5
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!