3v4l.org

run code in 300+ PHP versions simultaneously
<?php error_reporting(-1); class A { private function test($a, $b, $c) { echo 'test'; } } class B extends A { private function test($d) { echo 'hello'; } } new B();

preferences:
33.06 ms | 402 KiB | 5 Q