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/iterator_009.phpt |
--TEST-- SPL: EmptyIterator --FILE-- <?php class EmptyIteratorEx extends EmptyIterator { function rewind() { echo __METHOD__ . "\n"; parent::rewind(); } function valid() { echo __METHOD__ . "\n"; return parent::valid(); } function current() { echo __METHOD__ . "\n"; return parent::current(); } function key() { echo __METHOD__ . "\n"; return parent::key(); } function next() { echo __METHOD__ . "\n"; parent::next(); } } foreach (new EmptyIteratorEx() as $v) { var_dump($v); } ?> ===DONE=== <?php exit(0); ?> --EXPECT-- EmptyIteratorEx::rewind EmptyIteratorEx::valid ===DONE===
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare