fork download
  1. <?php
  2.  
  3. function test(&$a) { echo $a; }
  4.  
  5. test(123);
Runtime error #stdin #stdout #stderr 0.02s 24316KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
PHP Fatal error:  Only variables can be passed by reference in /home/vVD1qY/prog.php on line 5