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/dit_004.phpt |
--TEST-- SPL: DirectoryIterator and clone --FILE-- <?php $a = new DirectoryIterator(__DIR__); $b = clone $a; var_dump((string)$b == (string)$a); var_dump($a->key(), $b->key()); $a->next(); $a->next(); $a->next(); $c = clone $a; var_dump((string)$c == (string)$a); var_dump($a->key(), $c->key()); ?> ===DONE=== --EXPECTF-- bool(true) int(0) int(0) bool(true) int(3) int(3) ===DONE===
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare