SPL_FILE_DIR_SKIPDOTS 1146 ext/phar/phar_object.c 	long flags = SPL_FILE_DIR_SKIPDOTS|SPL_FILE_DIR_UNIXPATHS;
SPL_FILE_DIR_SKIPDOTS 1774 ext/phar/phar_object.c 	ZVAL_LONG(&arg2, SPL_FILE_DIR_SKIPDOTS|SPL_FILE_DIR_UNIXPATHS);
SPL_FILE_DIR_SKIPDOTS  246 ext/spl/spl_directory.c 	int skip_dots = SPL_HAS_FLAG(intern->flags, SPL_FILE_DIR_SKIPDOTS);
SPL_FILE_DIR_SKIPDOTS  361 ext/spl/spl_directory.c 		skip_dots = SPL_HAS_FLAG(source->flags, SPL_FILE_DIR_SKIPDOTS);
SPL_FILE_DIR_SKIPDOTS  699 ext/spl/spl_directory.c 	if (SPL_HAS_FLAG(ctor_flags, SPL_FILE_DIR_SKIPDOTS)) {
SPL_FILE_DIR_SKIPDOTS  700 ext/spl/spl_directory.c 		flags |= SPL_FILE_DIR_SKIPDOTS;
SPL_FILE_DIR_SKIPDOTS  801 ext/spl/spl_directory.c 	int skip_dots = SPL_HAS_FLAG(intern->flags, SPL_FILE_DIR_SKIPDOTS);
SPL_FILE_DIR_SKIPDOTS 1436 ext/spl/spl_directory.c 	spl_filesystem_object_construct(INTERNAL_FUNCTION_PARAM_PASSTHRU, DIT_CTOR_FLAGS | SPL_FILE_DIR_SKIPDOTS);
SPL_FILE_DIR_SKIPDOTS 1445 ext/spl/spl_directory.c 	int skip_dots = SPL_HAS_FLAG(intern->flags, SPL_FILE_DIR_SKIPDOTS);
SPL_FILE_DIR_SKIPDOTS 3074 ext/spl/spl_directory.c 	REGISTER_SPL_CLASS_CONST_LONG(FilesystemIterator, "SKIP_DOTS",           SPL_FILE_DIR_SKIPDOTS);