3v4l.org

run code in 300+ PHP versions simultaneously
<?php class myParent { public function __call($method, $params) { echo "from __call"; } public function __callStatic($method, $params) { echo "from __callStatic"; } } class mySon extends myParent { public function bar() { myParent::foo(); } } (new mySon())->bar();

This is an error 404

There are `0` results


preferences:
161.99 ms | 2319 KiB | 7 Q