Searched refs:clear_realpath_cache (Results 1 – 4 of 4) sorted by relevance
/PHP-8.0/ext/standard/ |
H A D | php_filestat.h | 43 PHPAPI void php_clear_stat_cache(zend_bool clear_realpath_cache, const char *filename, size_t filen…
|
H A D | filestat.c | 695 PHPAPI void php_clear_stat_cache(zend_bool clear_realpath_cache, const char *filename, size_t filen… in php_clear_stat_cache() argument 708 if (clear_realpath_cache) { in php_clear_stat_cache() 721 zend_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 D | basic_functions.stub.php | 926 function clearstatcache(bool $clear_realpath_cache = false, string $filename = ""): void {} argument
|
H A D | basic_functions_arginfo.h | 1437 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, clear_realpath_cache, _IS_BOOL, 0, "false")
|
Completed in 37 milliseconds