3v4l.org

run code in 300+ PHP versions simultaneously
<?php $arr = ['hi', 'bye']; array_walk($arr, function($in) { echo 'out '.$in.PHP_EOL; });

preferences:
27.97 ms | 402 KiB | 5 Q