--TEST-- Bug #42364 (Crash when using getRealPath with DirectoryIterator) --FILE-- 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===