Searched refs:clear_realpath_cache (Results 1 – 6 of 6) sorted by relevance
/PHP-5.3/ext/standard/tests/file/ |
H A D | clearstatcache_error.phpt | 6 Prototype: void clearstatcache ([bool clear_realpath_cache[, filename]]);
|
/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 | filestat.c | 735 PHPAPI void php_clear_stat_cache(zend_bool clear_realpath_cache, const char *filename, int filename… in php_clear_stat_cache() argument 749 if (clear_realpath_cache) { in php_clear_stat_cache() 763 zend_bool clear_realpath_cache = 0; in PHP_FUNCTION() local 767 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|bs", &clear_realpath_cache, &filename, &fil… in PHP_FUNCTION() 771 php_clear_stat_cache(clear_realpath_cache, filename, filename_len TSRMLS_CC); in PHP_FUNCTION()
|
H A D | basic_functions.c | 1303 ZEND_ARG_INFO(0, clear_realpath_cache)
|
/PHP-5.3/ |
H A D | UPGRADING | 92 clearstatcache(): $clear_realpath_cache and $filename.
|
H A D | NEWS | 3004 - Added optional clear_realpath_cache and filename parameters to
|
Completed in 45 milliseconds