3v4l.org

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

preferences:
40.12 ms | 402 KiB | 5 Q