Home
last modified time | relevance | path

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

/PHP-7.2/ext/standard/tests/file/
H A Dclearstatcache_error.phpt6 Prototype: void clearstatcache ([bool clear_realpath_cache[, filename]]);
/PHP-7.2/ext/standard/
H A Dphp_filestat.h84 PHPAPI void php_clear_stat_cache(zend_bool clear_realpath_cache, const char *filename, size_t filen…
H A Dfilestat.c714 PHPAPI void php_clear_stat_cache(zend_bool clear_realpath_cache, const char *filename, size_t filen… in php_clear_stat_cache() argument
727 if (clear_realpath_cache) { in php_clear_stat_cache()
741 zend_bool clear_realpath_cache = 0; in PHP_FUNCTION() local
747 Z_PARAM_BOOL(clear_realpath_cache) in PHP_FUNCTION()
751 php_clear_stat_cache(clear_realpath_cache, filename, filename_len); in PHP_FUNCTION()
H A Dbasic_functions.c1269 ZEND_ARG_INFO(0, clear_realpath_cache)
/PHP-7.2/
H A DUPGRADING.INTERNALS27 …- PHPAPI void php_clear_stat_cache(zend_bool clear_realpath_cache, const char *filename, size_t fi…

Completed in 23 milliseconds