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/bug44615.phpt |
--TEST-- SPL: RecursiveArrayIterator bug 44615 --CREDITS-- Julien Pauli <doctorrock83@gmail.com> #testfest phpcampparis 2008-06-07 --FILE-- <?php $a = new stdClass(); $array = array(array('z',$a),array('q','s')); $rai = new RecursiveArrayIterator($array,RecursiveArrayIterator::CHILD_ARRAYS_ONLY); foreach (new RecursiveIteratorIterator($rai) as $t) { var_dump($t); } echo "Second:\n"; $rai = new RecursiveArrayIterator($array); foreach (new RecursiveIteratorIterator($rai) as $t) { var_dump($t); } ?> --EXPECTF-- string(1) "z" object(stdClass)#1 (0) { } string(1) "q" string(1) "s" Second: string(1) "z" string(1) "q" string(1) "s"
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare