test_array_map

Run Settings
LanguagePHP
Language Version
Run Command
<?php $a = array(1, 2, 3, 4, 5); $b = array("one", "two", "three", "four", "five"); $c = array("uno", "dos", "tres", "cuatro", "cinco"); $d = array_map(null, $a, $b, $c); print_r($d); ?>
Editor Settings
Theme
Key bindings
Full width
Lines