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/bug70808.phpt |
--TEST-- Bug #70808 (array_merge_recursive corrupts memory of unset items) --FILE-- <?php $arr1 = array("key" => array(0, 1)); $arr2 = array("key" => array(2)); unset($arr1["key"][1]); $result = array_merge_recursive($arr1, $arr2); print_r($result); ?> --EXPECT-- Array ( [key] => Array ( [0] => 0 [2] => 2 ) )
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare