3v4l.org

run code in 300+ PHP versions simultaneously
<?php function show_spanish($off) { return ("Nomor $n di spanyol disebut dengan $m"); } $off == array( array("1" => "uno"), array("2" => "dos"), array("3" => "tres"), array("4" => "cuatro"), array("5" => "cinco") ); $c = array_map("show_spanish", $off); print_r($c);

preferences:
42.35 ms | 402 KiB | 5 Q