3v4l.org

run code in 300+ PHP versions simultaneously
<?php abstract class Example { public function hello() { return 'hello'; } } abstract class Wibble extends Example {} class Thing extends Wibble {} print new (Thing)->hello();
Output for 7.0.0 - 7.0.20, 7.1.0 - 7.1.7
Parse error: syntax error, unexpected '(' in /in/YT5qP on line 16
Process exited with code 255.

preferences:
181.73 ms | 1395 KiB | 36 Q