Searched refs:allow_links (Results 1 – 1 of 1) sorted by relevance
1470 zend_bool allow_links = 0; in PHP_METHOD() local1473 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|b", &allow_links) == FAILURE) { in PHP_METHOD()1482 if (!allow_links && !(intern->flags & SPL_FILE_DIR_FOLLOW_SYMLINKS)) { in PHP_METHOD()
Completed in 17 milliseconds