Home
last modified time | relevance | path

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

/PHP-8.2/ext/standard/
H A Dphp_filestat.h43 PHPAPI void php_clear_stat_cache(bool clear_realpath_cache, const char *filename, size_t filename_l…
H A Dfilestat.c719 PHPAPI void php_clear_stat_cache(bool clear_realpath_cache, const char *filename, size_t filename_l… in php_clear_stat_cache() argument
732 if (clear_realpath_cache) { in php_clear_stat_cache()
745 bool clear_realpath_cache = 0; in PHP_FUNCTION() local
751 Z_PARAM_BOOL(clear_realpath_cache) in PHP_FUNCTION()
755 php_clear_stat_cache(clear_realpath_cache, filename, filename_len); in PHP_FUNCTION()
H A Dbasic_functions.stub.php2157 function clearstatcache(bool $clear_realpath_cache = false, string $filename = ""): void {}
H A Dbasic_functions_arginfo.h1452 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, clear_realpath_cache, _IS_BOOL, 0, "false")

Completed in 25 milliseconds