3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Foo { final private function test() { } } final class Bar extends Foo { private function test() { } }
Output for 5.5.0 - 5.5.37, 5.6.0 - 5.6.23, 7.0.0 - 7.0.8
Fatal error: Cannot override final method Foo::test() in /in/D4A66 on line 16
Process exited with code 255.

preferences:
92.56 ms | 402 KiB | 75 Q