3v4l.org

run code in 300+ PHP versions simultaneously
<?php class A { public function b() { return; } }; $a = new A; //$a->b(&$v); h(&$v);
Output for 5.4.0 - 5.4.19
Fatal error: Call-time pass-by-reference has been removed in /in/d60CX on line 10
Process exited with code 255.
Output for 5.3.0 - 5.3.27
Deprecated: Call-time pass-by-reference has been deprecated in /in/d60CX on line 10 Fatal error: Call to undefined function h() in /in/d60CX on line 10
Process exited with code 255.

preferences:
191.26 ms | 1395 KiB | 55 Q