3v4l.org

run code in 300+ PHP versions simultaneously
<?php $multidim_array = [['101' => "found: %s\n", ['bubblegum' => "found: %s\n", [['123-45-6789' => "found: %s\n"]]]]]; $func = 'printf'; if (function_exists($func)) { array_walk_recursive($multidim_array, $func); } else { echo "um... I'm not calling $func"; }

preferences:
33.95 ms | 405 KiB | 5 Q