3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Something { public function test() { $arr = [1,2,3,4,5]; array_walk($arr, array($this, 'lol')); } protected function lol() {} } $some = new Something; $some->test();

preferences:
43.06 ms | 402 KiB | 5 Q