3v4l.org

run code in 300+ PHP versions simultaneously
<?php class A { const POP = 'test'; } class B extends A { const POP = 'huu'; } echo B::POP; $b = 'B'; echo <<<EOT Teest $b EOT;
Output for 5.4.0 - 5.4.21
Parse error: syntax error, unexpected '<<' (T_SL) in /in/Jl9KF on line 17
Process exited with code 255.
Output for 5.3.0 - 5.3.27
Parse error: syntax error, unexpected T_SL in /in/Jl9KF on line 17
Process exited with code 255.

preferences:
179.21 ms | 1395 KiB | 57 Q