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/tests/lang/ |
Current File : //proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/tests/lang/foreachLoop.011.phpt |
--TEST-- Changing from an interable type to a non iterable type during the iteration --FILE-- <?php echo "\nChange from array to non iterable:\n"; $a = array(1,2,3); $b=&$a; foreach ($a as $v) { var_dump($v); $b=1; } echo "\nChange from object to non iterable:\n"; $a = new stdClass; $a->a=1; $a->b=2; $b=&$a; foreach ($a as $v) { var_dump($v); $b='x'; } ?> --EXPECTF-- Change from array to non iterable: int(1) int(2) int(3) Change from object to non iterable: int(1) int(2)
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare