3v4l.org

run code in 300+ PHP versions simultaneously
<?php function up($text) { echo strtoupper($text); } $array = array("hi", "bye", "how", "bY", array("test", "trial", array("hover"))); array_walk_recursive($array, 'up'); ?>

preferences:
32.98 ms | 402 KiB | 5 Q