<?php function printInc($a) { echo ++$a;} $a = 5;printInc(&$a);
Standard input is empty
Standard output is empty
PHP Parse error: syntax error, unexpected '&' in /home/Tj7E9i/prog.php on line 8
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!