Home
last modified time | relevance | path

Searched refs:php_clear_stat_cache (Results 1 – 5 of 5) 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 Ddir.c289 php_clear_stat_cache(1, NULL, 0); in PHP_FUNCTION()
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() function
731 php_clear_stat_cache(clear_realpath_cache, filename, filename_len); in PHP_FUNCTION()
/PHP-8.1/main/streams/
H A Dplain_wrapper.c1250 php_clear_stat_cache(1, NULL, 0); in php_plain_files_unlink()
1351 php_clear_stat_cache(1, NULL, 0); in php_plain_files_rename()
1471 php_clear_stat_cache(1, NULL, 0); in php_plain_files_rmdir()
1553 php_clear_stat_cache(0, NULL, 0); in php_plain_files_metadata()
/PHP-8.1/ext/zip/
H A Dphp_zip.c1575 php_clear_stat_cache(1, ze_obj->filename, ze_obj->filename_len);

Completed in 34 milliseconds