Searched refs:php_clear_stat_cache (Results 1 – 4 of 4) sorted by relevance
/PHP-5.3/ext/standard/ |
H A D | php_filestat.h | 92 PHPAPI void php_clear_stat_cache(zend_bool clear_realpath_cache, const char *filename, int filename…
|
H A D | dir.c | 303 php_clear_stat_cache(1, NULL, 0 TSRMLS_CC); in PHP_FUNCTION()
|
H A D | filestat.c | 735 PHPAPI void php_clear_stat_cache(zend_bool clear_realpath_cache, const char *filename, int filename… in php_clear_stat_cache() function 771 php_clear_stat_cache(clear_realpath_cache, filename, filename_len TSRMLS_CC); in PHP_FUNCTION()
|
/PHP-5.3/main/streams/ |
H A D | plain_wrapper.c | 1075 php_clear_stat_cache(1, NULL, 0 TSRMLS_CC); in php_plain_files_unlink() 1169 php_clear_stat_cache(1, NULL, 0 TSRMLS_CC); in php_plain_files_rename() 1295 php_clear_stat_cache(1, NULL, 0 TSRMLS_CC); in php_plain_files_rmdir()
|
Completed in 15 milliseconds