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/bug68553.phpt |
--TEST-- Bug #68553 (array_column: null values in $index_key become incrementing keys in result) --FILE-- <?php $i = 100; /* increase the resource id to make test stable */ while ($i--) { $fd = fopen(__FILE__, "r"); fclose($fd); } $a = [ ['a' => 10], ['a' => 20], ['a' => true], ['a' => false], ['a' => fopen(__FILE__, "r")], ['a' => -5], ['a' => 7.38], ['a' => null, "test"], ['a' => null], ]; var_dump(array_column($a, null, 'a')); --EXPECTF-- array(8) { [10]=> array(1) { ["a"]=> int(10) } [20]=> array(1) { ["a"]=> int(20) } [1]=> array(1) { ["a"]=> bool(true) } [0]=> array(1) { ["a"]=> bool(false) } [%d]=> array(1) { ["a"]=> resource(%d) of type (stream) } [-5]=> array(1) { ["a"]=> int(-5) } [7]=> array(1) { ["a"]=> float(7.38) } [""]=> array(1) { ["a"]=> NULL } }
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare