3v4l.org

run code in 300+ PHP versions simultaneously
<?php error_reporting(-1); ini_set('display_errors',1); class foo { public function do_something ($str) { echo($str); } public function print_string ($str) { $this->do_something($str); } } class bar extends foo { public function do_something () { echo('baz'); } } $b=new bar(); $b->do_something(); $b->print_string('foo'); ?>

This is an error 404

There are `0` results


preferences:
150.44 ms | 1399 KiB | 7 Q