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'; 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:
156.61 ms | 1399 KiB | 7 Q