Home
last modified time | relevance | path

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

/PHP-7.4/ext/spl/
H A Dspl_directory.h141 #define SPL_FILE_DIR_FOLLOW_SYMLINKS 0x00000200 /* make RecursiveDirectoryTree::hasChildren()… macro
H A Dspl_directory.c1513 if (!allow_links && !(intern->flags & SPL_FILE_DIR_FOLLOW_SYMLINKS)) { in SPL_METHOD()
3169 …STER_SPL_CLASS_CONST_LONG(FilesystemIterator, "FOLLOW_SYMLINKS", SPL_FILE_DIR_FOLLOW_SYMLINKS); in PHP_MINIT_FUNCTION()

Completed in 18 milliseconds