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/spl/tests/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/spl/tests/array_006.phpt |
--TEST-- SPL: ArrayIterator without ArrayObject --INI-- error_reporting=2047 --FILE-- <?php echo "==Normal==\n"; $arr = array(0=>0, 1=>1, 2=>2); $obj = new ArrayIterator($arr); foreach($obj as $ak=>$av) { foreach($obj as $bk=>$bv) { if ($ak==0 && $bk==0) { $arr[0] = "modify"; } echo "$ak=>$av - $bk=>$bv\n"; } } ?> ===DONE=== <?php exit(0); ?> --EXPECTF-- ==Normal== 0=>0 - 0=>0 0=>0 - 1=>1 0=>0 - 2=>2 ===DONE===
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare