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/bug42364.phpt |
--TEST-- Bug #42364 (Crash when using getRealPath with DirectoryIterator) --FILE-- <?php $it = new DirectoryIterator(dirname(__FILE__)); $count = 0; foreach ($it as $e) { $count++; $type = gettype($e->getRealPath()); if ($type != "string" && $type != "unicode") { echo $e->getFilename(), " is a ", gettype($e->getRealPath()), "\n"; } } if ($count > 0) { echo "Found $count entries!\n"; } ?> ===DONE=== --EXPECTF-- Found %i entries! ===DONE===
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare