3v4l.org

run code in 300+ PHP versions simultaneously
<?php class a { } $a =& new a();
Output for 8.0.0 - 8.0.21, 8.1.0 - 8.1.8
Parse error: syntax error, unexpected token "new" in /in/LvOBc on line 7
Process exited with code 255.
Output for 7.0.0 - 7.0.33, 7.1.0 - 7.1.33, 7.2.0 - 7.2.34, 7.3.0 - 7.3.33, 7.4.0 - 7.4.30
Parse error: syntax error, unexpected 'new' (T_NEW) in /in/LvOBc on line 7
Process exited with code 255.
Output for 5.6.0 - 5.6.40
Deprecated: Assigning the return value of new by reference is deprecated in /in/LvOBc on line 7

preferences:
286.11 ms | 1395 KiB | 245 Q