3v4l.org

run code in 300+ PHP versions simultaneously
<?php abstract class ABC { public static function A() { echo 'it'; } public function B() { echo 'not'; } } ABC::B()
Output for 5.4.0 - 5.4.23
Parse error: syntax error, unexpected end of file in /in/f54h8 on line 16
Process exited with code 255.
Output for 5.3.0 - 5.3.28
Parse error: syntax error, unexpected $end in /in/f54h8 on line 16
Process exited with code 255.

preferences:
179.25 ms | 1395 KiB | 60 Q