Home
last modified time | relevance | path

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

/php-src/ext/spl/
H A Dspl_directory.c716 static void spl_filesystem_object_construct(INTERNAL_FUNCTION_PARAMETERS, zend_long ctor_flags) /* … in spl_filesystem_object_construct() argument
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()
751 if (SPL_HAS_FLAG(ctor_flags, DIT_CTOR_GLOB) && !zend_string_starts_with_literal(path, "glob://")) { in spl_filesystem_object_construct()

Completed in 12 milliseconds