Home
last modified time | relevance | path

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

/PHP-8.1/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.c695 PHPAPI void php_clear_stat_cache(bool clear_realpath_cache, const char *filename, size_t filename_l… in php_clear_stat_cache() argument
708 if (clear_realpath_cache) { in php_clear_stat_cache()
721 bool clear_realpath_cache = 0; in PHP_FUNCTION() local
727 Z_PARAM_BOOL(clear_realpath_cache) in PHP_FUNCTION()
731 php_clear_stat_cache(clear_realpath_cache, filename, filename_len); in PHP_FUNCTION()
H A Dbasic_functions.stub.php1243 function clearstatcache(bool $clear_realpath_cache = false, string $filename = ""): void {} argument
H A Dbasic_functions_arginfo.h1446 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, clear_realpath_cache, _IS_BOOL, 0, "false")

Completed in 65 milliseconds