3v4l.org

run code in 300+ PHP versions simultaneously
<?php class target { public function startCrawler() { echo 'crawler state'; } } class adapter { private $class = ''; public function __construct($classname) { self::$class = $classname; } public function __callStatic($method,$args) { echo 'start memory / time tracking'; call_user_func(array(self::$class,$method),$args); echo 'end memory / time tracking'; } } $obj = new adapter('target'); $obj::startCrawler();

This is an error 404

There are `0` results


preferences:
164.94 ms | 944 KiB | 8 Q