Home
last modified time | relevance | path

Searched refs:clear_realpath_cache (Results 1 – 5 of 5) sorted by relevance

/PHP-5.5/ext/standard/tests/file/
H A Dclearstatcache_error.phpt6 Prototype: void clearstatcache ([bool clear_realpath_cache[, filename]]);
/PHP-5.5/ext/standard/
H A Dphp_filestat.h92 PHPAPI void php_clear_stat_cache(zend_bool clear_realpath_cache, const char *filename, int filename…
H A Dfilestat.c803 PHPAPI void php_clear_stat_cache(zend_bool clear_realpath_cache, const char *filename, int filename… in php_clear_stat_cache() argument
816 if (clear_realpath_cache) { in php_clear_stat_cache()
830 zend_bool clear_realpath_cache = 0; in PHP_FUNCTION() local
834 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|bp", &clear_realpath_cache, &filename, &fil… in PHP_FUNCTION()
838 php_clear_stat_cache(clear_realpath_cache, filename, filename_len TSRMLS_CC); in PHP_FUNCTION()
H A Dbasic_functions.c1302 ZEND_ARG_INFO(0, clear_realpath_cache)
/PHP-5.5/
H A DNEWS6054 - Added optional clear_realpath_cache and filename parameters to

Completed in 66 milliseconds