3v4l.org

run code in 300+ PHP versions simultaneously
<?php $test = array(5 => "bar", 6 => "baz"); function testCallback($item, $arg = false) { return $item; } var_dump( array_map("testCallback", $test), array_map("testCallback", $test, array(true)), );

preferences:
53.69 ms | 402 KiB | 5 Q