SPL_FILE_DIR_SKIPDOTS 1126 ext/phar/phar_object.c 	zend_long flags = SPL_FILE_DIR_SKIPDOTS|SPL_FILE_DIR_UNIXPATHS;
SPL_FILE_DIR_SKIPDOTS 1753 ext/phar/phar_object.c 	ZVAL_LONG(&arg2, SPL_FILE_DIR_SKIPDOTS|SPL_FILE_DIR_UNIXPATHS);
SPL_FILE_DIR_SKIPDOTS  232 ext/spl/spl_directory.c 	int skip_dots = SPL_HAS_FLAG(intern->flags, SPL_FILE_DIR_SKIPDOTS);
SPL_FILE_DIR_SKIPDOTS  349 ext/spl/spl_directory.c 			skip_dots = SPL_HAS_FLAG(source->flags, SPL_FILE_DIR_SKIPDOTS);
SPL_FILE_DIR_SKIPDOTS  692 ext/spl/spl_directory.c 	if (SPL_HAS_FLAG(ctor_flags, SPL_FILE_DIR_SKIPDOTS)) {
SPL_FILE_DIR_SKIPDOTS  693 ext/spl/spl_directory.c 		flags |= SPL_FILE_DIR_SKIPDOTS;
SPL_FILE_DIR_SKIPDOTS  795 ext/spl/spl_directory.c 	int skip_dots = SPL_HAS_FLAG(intern->flags, SPL_FILE_DIR_SKIPDOTS);
SPL_FILE_DIR_SKIPDOTS 1408 ext/spl/spl_directory.c 	spl_filesystem_object_construct(INTERNAL_FUNCTION_PARAM_PASSTHRU, DIT_CTOR_FLAGS | SPL_FILE_DIR_SKIPDOTS);
SPL_FILE_DIR_SKIPDOTS 1417 ext/spl/spl_directory.c 	int skip_dots = SPL_HAS_FLAG(intern->flags, SPL_FILE_DIR_SKIPDOTS);
SPL_FILE_DIR_SKIPDOTS 3131 ext/spl/spl_directory.c 	REGISTER_SPL_CLASS_CONST_LONG(FilesystemIterator, "SKIP_DOTS",           SPL_FILE_DIR_SKIPDOTS);