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 static function bar() { myParent::foo(); } } mySon::bar();

This is an error 404

There are `0` results


preferences:
163.64 ms | 2445 KiB | 7 Q