3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Super { public function foo($argument) { echo $argument; } } class Child extends Super { public function foo() { parent::foo('bar'); } } $child = new Child(); $child->foo();

This is an error 404

There are `0` results


preferences:
191.99 ms | 1390 KiB | 7 Q