3v4l.org

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

preferences:
54.04 ms | 402 KiB | 5 Q