3v4l.org

run code in 300+ PHP versions simultaneously
<?php class testing { public function test ($varr = false, $count, &$array = array()){ if ($count > 2) return 1; $array[] = $this->test($count+1); return 1000; } } $testme = new testing(); //var_dump($testme->test()); var_dump($testme->test(true, 0));

preferences:
38.52 ms | 402 KiB | 5 Q