Home
last modified time | relevance | path

Searched refs:realpath_cache_size (Results 1 – 11 of 11) sorted by relevance

/PHP-5.5/ext/standard/tests/file/
H A Drealpath_cache.phpt2 realpath_cache_size() and realpath_cache_get()
12 var_dump(realpath_cache_size());
H A Drealpath_cache_win32.phpt2 realpath_cache_size() and realpath_cache_get()
12 var_dump(realpath_cache_size());
/PHP-5.5/ext/standard/
H A Dphp_filestat.h27 PHP_FUNCTION(realpath_cache_size);
H A Dfilestat.c1185 PHP_FUNCTION(realpath_cache_size) in FileFunction()
1190 RETURN_LONG(realpath_cache_size(TSRMLS_C)); in FileFunction()
H A Dbasic_functions.c3252 PHP_FE(realpath_cache_size, arginfo_realpath_cache_size)
/PHP-5.5/ext/opcache/tests/
H A Drevalidate_path_01.phpt33 …_cli=1 -d opcache.revalidate_path=1 -d opcache.file_update_protection=0 -d realpath_cache_size=0');
/PHP-5.5/TSRM/
H A Dtsrm_virtual_cwd.c423 cwd_g->realpath_cache_size = 0; in cwd_globals_ctor()
605 CWDG(realpath_cache_size) = 0; in realpath_cache_clean()
627 CWDG(realpath_cache_size) -= sizeof(realpath_cache_bucket) + r->path_len + 1; in realpath_cache_del()
629 …CWDG(realpath_cache_size) -= sizeof(realpath_cache_bucket) + r->path_len + 1 + r->realpath_len + 1; in realpath_cache_del()
652 if (CWDG(realpath_cache_size) + size <= CWDG(realpath_cache_size_limit)) { in realpath_cache_add()
686 CWDG(realpath_cache_size) += size; in realpath_cache_add()
709 CWDG(realpath_cache_size) -= sizeof(realpath_cache_bucket) + r->path_len + 1; in realpath_cache_find()
711 …CWDG(realpath_cache_size) -= sizeof(realpath_cache_bucket) + r->path_len + 1 + r->realpath_len + 1; in realpath_cache_find()
731 CWD_API int realpath_cache_size(TSRMLS_D) in realpath_cache_size() function
733 return CWDG(realpath_cache_size); in realpath_cache_size()
H A Dtsrm_virtual_cwd.h230 long realpath_cache_size; member
247 CWD_API int realpath_cache_size(TSRMLS_D);
/PHP-5.5/
H A Dphp.ini-development330 ;realpath_cache_size = 16k
H A Dphp.ini-production330 ;realpath_cache_size = 16k
H A DNEWS4097 . Fixed bug #54866 (incorrect accounting for realpath_cache_size).
5218 - Added realpath_cache_size() and realpath_cache_get() functions. (Stas)

Completed in 68 milliseconds