Searched refs:php_clear_stat_cache (Results 1 – 4 of 4) sorted by relevance
/PHP-7.1/ext/standard/ |
H A D | php_filestat.h | 87 PHPAPI void php_clear_stat_cache(zend_bool clear_realpath_cache, const char *filename, int filename…
|
H A D | dir.c | 313 php_clear_stat_cache(1, NULL, 0); in PHP_FUNCTION()
|
H A D | filestat.c | 716 PHPAPI void php_clear_stat_cache(zend_bool clear_realpath_cache, const char *filename, int filename… in php_clear_stat_cache() function 751 php_clear_stat_cache(clear_realpath_cache, filename, (int)filename_len); in PHP_FUNCTION()
|
/PHP-7.1/main/streams/ |
H A D | plain_wrapper.c | 1128 php_clear_stat_cache(1, NULL, 0); in php_plain_files_unlink() 1229 php_clear_stat_cache(1, NULL, 0); in php_plain_files_rename() 1343 php_clear_stat_cache(1, NULL, 0); in php_plain_files_rmdir() 1428 php_clear_stat_cache(0, NULL, 0); in php_plain_files_metadata()
|
Completed in 18 milliseconds