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/bug69068_2.phpt |
--TEST-- Bug #69068: Exchanging array during array_walk -> memory errors (variation) --FILE-- <?php $array = [1, 2, 3]; $array2 = [4, 5]; array_walk($array, function(&$value, $key) use ($array2) { var_dump($value); if ($value == 2) { $GLOBALS['array'] = $array2; } $value *= 10; }); var_dump($array, $array2); ?> --EXPECT-- int(1) int(2) int(4) int(5) array(2) { [0]=> int(40) [1]=> int(50) } array(2) { [0]=> int(4) [1]=> int(5) }
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare