Home
last modified time | relevance | path

Searched refs:SPL_FILE_DIR_SKIPDOTS (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/ext/spl/
H A Dspl_directory.h136 #define SPL_FILE_DIR_SKIPDOTS 0x00001000 /* Tells whether it should skip dots or not */ macro
H A Dspl_directory.c246 int skip_dots = SPL_HAS_FLAG(intern->flags, SPL_FILE_DIR_SKIPDOTS); in spl_filesystem_dir_open()
361 skip_dots = SPL_HAS_FLAG(source->flags, SPL_FILE_DIR_SKIPDOTS); in spl_filesystem_object_clone()
699 if (SPL_HAS_FLAG(ctor_flags, SPL_FILE_DIR_SKIPDOTS)) { in spl_filesystem_object_construct()
700 flags |= SPL_FILE_DIR_SKIPDOTS; in spl_filesystem_object_construct()
801 int skip_dots = SPL_HAS_FLAG(intern->flags, SPL_FILE_DIR_SKIPDOTS); in SPL_METHOD()
1436 …esystem_object_construct(INTERNAL_FUNCTION_PARAM_PASSTHRU, DIT_CTOR_FLAGS | SPL_FILE_DIR_SKIPDOTS); in SPL_METHOD()
1445 int skip_dots = SPL_HAS_FLAG(intern->flags, SPL_FILE_DIR_SKIPDOTS); in SPL_METHOD()
3078 REGISTER_SPL_CLASS_CONST_LONG(FilesystemIterator, "SKIP_DOTS", SPL_FILE_DIR_SKIPDOTS); in PHP_MINIT_FUNCTION()
/PHP-5.5/ext/phar/
H A Dphar_object.c1146 long flags = SPL_FILE_DIR_SKIPDOTS|SPL_FILE_DIR_UNIXPATHS; in PHP_METHOD()
1774 ZVAL_LONG(&arg2, SPL_FILE_DIR_SKIPDOTS|SPL_FILE_DIR_UNIXPATHS); in PHP_METHOD()

Completed in 40 milliseconds