3v4l.org

run code in 300+ PHP versions simultaneously
<?php // Source: https://bugs.php.net/bug.php?id=61011 function __autoload($class, true) { throw new Exception($class); } NonExistentObject::$property;
Output for 5.4.0 - 5.4.4
Parse error: syntax error, unexpected ')', expecting '&' or variable (T_VARIABLE) in /in/uKOMS on line 4
Process exited with code 255.
Output for 5.3.0 - 5.3.14
Parse error: syntax error, unexpected ')', expecting '&' or T_VARIABLE in /in/uKOMS on line 4
Process exited with code 255.

preferences:
158.43 ms | 1395 KiB | 27 Q