Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/ext/standard/tests/array/ |
Current File : //proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/ext/standard/tests/array/bug23581.phpt |
--TEST-- Bug #23581 (array_map(NULL, array, array, ...) yields an undefined result) --FILE-- <?php var_dump( array_map( NULL, array(1,2,3), array(4,5,6), array(7,8,9) ) ); ?> --EXPECT-- array(3) { [0]=> array(3) { [0]=> int(1) [1]=> int(4) [2]=> int(7) } [1]=> array(3) { [0]=> int(2) [1]=> int(5) [2]=> int(8) } [2]=> array(3) { [0]=> int(3) [1]=> int(6) [2]=> int(9) } }
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare