Home
last modified time | relevance | path

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

/PHP-8.0/ext/spl/
H A Dspl_directory.h139 #define SPL_FILE_DIR_FOLLOW_SYMLINKS 0x00000200 /* make RecursiveDirectoryTree::hasChildren()… macro
H A Dspl_directory.c1482 if (!allow_links && !(intern->flags & SPL_FILE_DIR_FOLLOW_SYMLINKS)) { in PHP_METHOD()
2782 …STER_SPL_CLASS_CONST_LONG(FilesystemIterator, "FOLLOW_SYMLINKS", SPL_FILE_DIR_FOLLOW_SYMLINKS); in PHP_MINIT_FUNCTION()

Completed in 15 milliseconds