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 end of file in /in/ETAaO on line 18
Process exited with code 255.
Output for 5.3.0 - 5.3.27
Parse error: syntax error, unexpected $end in /in/ETAaO on line 18
Process exited with code 255.

preferences:
181.38 ms | 1386 KiB | 57 Q