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 : /usr/local/src/php7/php-7.0.5/ext/standard/tests/array/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/standard/tests/array/bug61730.phpt |
--TEST-- Bug #61730 (Segfault from array_walk modifying an array passed by reference) --FILE-- <?php $myArray = array_fill(0, 10, 1); array_walk( $myArray, function($value, $key) use ($myArray) { reset($myArray); } ); array_walk( $myArray, function($value, $key) use (&$myArray) { var_dump($key); unset($myArray[$key]); unset($myArray[$key+1]); unset($myArray[$key+2]); } ); print_r($myArray); --EXPECT-- int(0) int(4) int(8) Array ( [3] => 1 [7] => 1 )
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare