clear_realpath_cache 1281 ext/standard/basic_functions.c ZEND_ARG_INFO(0, clear_realpath_cache) clear_realpath_cache 803 ext/standard/filestat.c PHPAPI void php_clear_stat_cache(zend_bool clear_realpath_cache, const char *filename, int filename_len TSRMLS_DC) clear_realpath_cache 816 ext/standard/filestat.c if (clear_realpath_cache) { clear_realpath_cache 830 ext/standard/filestat.c zend_bool clear_realpath_cache = 0; clear_realpath_cache 834 ext/standard/filestat.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|bp", &clear_realpath_cache, &filename, &filename_len) == FAILURE) { clear_realpath_cache 838 ext/standard/filestat.c php_clear_stat_cache(clear_realpath_cache, filename, filename_len TSRMLS_CC); clear_realpath_cache 92 ext/standard/php_filestat.h PHPAPI void php_clear_stat_cache(zend_bool clear_realpath_cache, const char *filename, int filename_len TSRMLS_DC);