clear_realpath_cache 1269 ext/standard/basic_functions.c 	ZEND_ARG_INFO(0, clear_realpath_cache)
clear_realpath_cache  791 ext/standard/filestat.c PHPAPI void php_clear_stat_cache(zend_bool clear_realpath_cache, const char *filename, int filename_len)
clear_realpath_cache  804 ext/standard/filestat.c 	if (clear_realpath_cache) {
clear_realpath_cache  818 ext/standard/filestat.c 	zend_bool  clear_realpath_cache = 0;
clear_realpath_cache  822 ext/standard/filestat.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "|bp", &clear_realpath_cache, &filename, &filename_len) == FAILURE) {
clear_realpath_cache  826 ext/standard/filestat.c 	php_clear_stat_cache(clear_realpath_cache, filename, (int)filename_len);
clear_realpath_cache   87 ext/standard/php_filestat.h PHPAPI void php_clear_stat_cache(zend_bool clear_realpath_cache, const char *filename, int filename_len);