3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Test { public function __construct($test) { } public function test() { } } class Test2 extends Test { public function __construct($test, $test2) { } public function test($test); }
Output for 5.5.24 - 5.5.30, 5.6.8 - 5.6.16, 7.0.0 - 7.0.1
Fatal error: Non-abstract method Test2::test() must contain body in /in/Yklgr on line 23
Process exited with code 255.

preferences:
170.75 ms | 1395 KiB | 25 Q