db29a1127c
It has no line number information.
10 linhas
142 B
PHP
10 linhas
142 B
PHP
<?php
|
|
|
|
function test($a) {
|
|
fb_enable_code_coverage();
|
|
var_dump(array_map(null, $a));
|
|
fb_disable_code_coverage();
|
|
}
|
|
|
|
test(array(1,2,3));
|