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); ?>

preferences:
54.73 ms | 402 KiB | 5 Q