Home
last modified time | relevance | path

Searched refs:php_clear_stat_cache (Results 1 – 5 of 5) 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 Ddir.c289 php_clear_stat_cache(1, NULL, 0); in PHP_FUNCTION()
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() function
755 php_clear_stat_cache(clear_realpath_cache, filename, filename_len); in PHP_FUNCTION()
/PHP-8.2/main/streams/
H A Dplain_wrapper.c1259 php_clear_stat_cache(1, NULL, 0); in php_plain_files_unlink()
1360 php_clear_stat_cache(1, NULL, 0); in php_plain_files_rename()
1480 php_clear_stat_cache(1, NULL, 0); in php_plain_files_rmdir()
1562 php_clear_stat_cache(0, NULL, 0); in php_plain_files_metadata()
/PHP-8.2/ext/zip/
H A Dphp_zip.c1571 php_clear_stat_cache(1, ze_obj->filename, ze_obj->filename_len);

Completed in 23 milliseconds