Searched refs:php_clear_stat_cache (Results 1 – 5 of 5) 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 | dir.c | 287 php_clear_stat_cache(1, NULL, 0); in PHP_FUNCTION()
|
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() function 731 php_clear_stat_cache(clear_realpath_cache, filename, filename_len); in PHP_FUNCTION()
|
/PHP-8.0/main/streams/ |
H A D | plain_wrapper.c | 1206 php_clear_stat_cache(1, NULL, 0); in php_plain_files_unlink() 1307 php_clear_stat_cache(1, NULL, 0); in php_plain_files_rename() 1420 php_clear_stat_cache(1, NULL, 0); in php_plain_files_rmdir() 1502 php_clear_stat_cache(0, NULL, 0); in php_plain_files_metadata()
|
/PHP-8.0/ext/zip/ |
H A D | php_zip.c | 1566 php_clear_stat_cache(1, ze_obj->filename, ze_obj->filename_len);
|
Completed in 25 milliseconds