SPL_FILE_DIR_SKIPDOTS 1161 phar/phar_object.c 	long flags = SPL_FILE_DIR_SKIPDOTS|SPL_FILE_DIR_UNIXPATHS;
SPL_FILE_DIR_SKIPDOTS 1844 phar/phar_object.c 	ZVAL_LONG(&arg2, SPL_FILE_DIR_SKIPDOTS|SPL_FILE_DIR_UNIXPATHS);
SPL_FILE_DIR_SKIPDOTS  243 spl/spl_directory.c 	int skip_dots = SPL_HAS_FLAG(intern->flags, SPL_FILE_DIR_SKIPDOTS);
SPL_FILE_DIR_SKIPDOTS  358 spl/spl_directory.c 		skip_dots = SPL_HAS_FLAG(source->flags, SPL_FILE_DIR_SKIPDOTS);
SPL_FILE_DIR_SKIPDOTS  696 spl/spl_directory.c 	if (SPL_HAS_FLAG(ctor_flags, SPL_FILE_DIR_SKIPDOTS)) {
SPL_FILE_DIR_SKIPDOTS  697 spl/spl_directory.c 		flags |= SPL_FILE_DIR_SKIPDOTS;
SPL_FILE_DIR_SKIPDOTS  792 spl/spl_directory.c 	int skip_dots = SPL_HAS_FLAG(intern->flags, SPL_FILE_DIR_SKIPDOTS);
SPL_FILE_DIR_SKIPDOTS 1425 spl/spl_directory.c 	spl_filesystem_object_construct(INTERNAL_FUNCTION_PARAM_PASSTHRU, DIT_CTOR_FLAGS | SPL_FILE_DIR_SKIPDOTS);
SPL_FILE_DIR_SKIPDOTS 1434 spl/spl_directory.c 	int skip_dots = SPL_HAS_FLAG(intern->flags, SPL_FILE_DIR_SKIPDOTS);
SPL_FILE_DIR_SKIPDOTS 3027 spl/spl_directory.c 	REGISTER_SPL_CLASS_CONST_LONG(FilesystemIterator, "SKIP_DOTS",           SPL_FILE_DIR_SKIPDOTS);