3v4l.org

run code in 300+ PHP versions simultaneously
<?php abstract class foo { abstract public function bar() { echo "foobar"; } } $d = new foo; $d->bar();
Output for 5.3.0 - 5.3.23, 5.4.0 - 5.4.13
Fatal error: Abstract function foo::bar() cannot contain body in /in/9blBW on line 5
Process exited with code 255.

preferences:
175.34 ms | 1395 KiB | 45 Q