1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
<?php $input = '32131212'; $annotation = array( 'three', 'two', 'one', 'three', 'one', 'two', 'one', 'two', ); var_dump(array_map(null, $input, $annotation));
1 2 3
Warning: array_map(): Argument #2 should be an array on line 15 NULL