Home
last modified time | relevance | path

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

/php-src/ext/spl/
H A Dspl_directory.c713 #define DIT_CTOR_FLAGS 0x00000001 macro
721 zend_long flags = (ctor_flags & ~DIT_CTOR_FLAGS); in spl_filesystem_object_construct()
724 if (SPL_HAS_FLAG(ctor_flags, DIT_CTOR_FLAGS)) { in spl_filesystem_object_construct()
1429 …spl_filesystem_object_construct(INTERNAL_FUNCTION_PARAM_PASSTHRU, DIT_CTOR_FLAGS | SPL_FILE_DIR_SK… in PHP_METHOD()
1596 spl_filesystem_object_construct(INTERNAL_FUNCTION_PARAM_PASSTHRU, DIT_CTOR_FLAGS); in PHP_METHOD()
1604 spl_filesystem_object_construct(INTERNAL_FUNCTION_PARAM_PASSTHRU, DIT_CTOR_FLAGS|DIT_CTOR_GLOB); in PHP_METHOD()

Completed in 16 milliseconds