Searched refs:allow_links (Results 1 – 1 of 1) sorted by relevance
1465 zend_bool allow_links = 0; in SPL_METHOD() local1468 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|b", &allow_links) == FAILURE) { in SPL_METHOD()1475 if (!allow_links && !(intern->flags & SPL_FILE_DIR_FOLLOW_SYMLINKS)) { in SPL_METHOD()1974 ZEND_ARG_INFO(0, allow_links)
Completed in 18 milliseconds