Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dphp_filestat.h82 PHPAPI void php_clear_stat_cache(zend_bool clear_realpath_cache, const char *filename, size_t filen…
H A Dfilestat.c720 PHPAPI void php_clear_stat_cache(zend_bool clear_realpath_cache, const char *filename, size_t filen… in php_clear_stat_cache() argument
733 if (clear_realpath_cache) { in php_clear_stat_cache()
747 zend_bool clear_realpath_cache = 0; in PHP_FUNCTION() local
753 Z_PARAM_BOOL(clear_realpath_cache) in PHP_FUNCTION()
757 php_clear_stat_cache(clear_realpath_cache, filename, filename_len); in PHP_FUNCTION()
H A Dbasic_functions.c1267 ZEND_ARG_INFO(0, clear_realpath_cache)

Completed in 17 milliseconds