Home
last modified time | relevance | path

Searched refs:php_clear_stat_cache (Results 1 – 5 of 5) sorted by relevance

/php-src/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.c233 php_clear_stat_cache(1, NULL, 0); in PHP_FUNCTION()
H A Dfilestat.c685 PHPAPI void php_clear_stat_cache(bool clear_realpath_cache, const char *filename, size_t filename_l… in php_clear_stat_cache() function
721 php_clear_stat_cache(clear_realpath_cache, filename, filename_len); in PHP_FUNCTION()
/php-src/main/streams/
H A Dplain_wrapper.c1264 php_clear_stat_cache(1, NULL, 0); in php_plain_files_unlink()
1365 php_clear_stat_cache(1, NULL, 0); in php_plain_files_rename()
1495 php_clear_stat_cache(1, NULL, 0); in php_plain_files_rmdir()
1577 php_clear_stat_cache(0, NULL, 0); in php_plain_files_metadata()
/php-src/ext/zip/
H A Dphp_zip.c1592 php_clear_stat_cache(1, ze_obj->filename, ze_obj->filename_len);

Completed in 22 milliseconds