Home
last modified time | relevance | path

Searched refs:realpath_cache_size (Results 1 – 10 of 10) sorted by last modified time

/PHP-8.1/
H A Dphp.ini-development351 ;realpath_cache_size = 4096k
H A Dphp.ini-production351 ;realpath_cache_size = 4096k
/PHP-8.1/ext/standard/
H A Dbasic_functions_arginfo.h2623 ZEND_FUNCTION(realpath_cache_size);
3266 ZEND_FE(realpath_cache_size, arginfo_realpath_cache_size)
H A Dbasic_functions.stub.php1258 function realpath_cache_size(): int {} function
H A Dfilestat.c1094 PHP_FUNCTION(realpath_cache_size) in FileFunction()
1098 RETURN_LONG(realpath_cache_size()); in FileFunction()
/PHP-8.1/Zend/
H A Dzend_virtual_cwd.c146 cwd_g->realpath_cache_size = 0; in cwd_globals_ctor()
171 …lpath_cache)/sizeof(cwd_g->realpath_cache[0]), cwd_g->realpath_cache, &cwd_g->realpath_cache_size); in cwd_globals_dtor()
359 …ealpath_cache))/sizeof(CWDG(realpath_cache)[0]), CWDG(realpath_cache), &CWDG(realpath_cache_size)); in realpath_cache_clean()
377 CWDG(realpath_cache_size) -= sizeof(realpath_cache_bucket) + r->path_len + 1; in realpath_cache_del()
379 …CWDG(realpath_cache_size) -= sizeof(realpath_cache_bucket) + r->path_len + 1 + r->realpath_len + 1; in realpath_cache_del()
402 if (CWDG(realpath_cache_size) + size <= CWDG(realpath_cache_size_limit)) { in realpath_cache_add()
432 CWDG(realpath_cache_size) += size; in realpath_cache_add()
450 CWDG(realpath_cache_size) -= sizeof(realpath_cache_bucket) + r->path_len + 1; in realpath_cache_find()
452 …CWDG(realpath_cache_size) -= sizeof(realpath_cache_bucket) + r->path_len + 1 + r->realpath_len + 1; in realpath_cache_find()
472 CWD_API zend_long realpath_cache_size(void) in realpath_cache_size() function
[all …]
H A Dzend_virtual_cwd.h223 zend_long realpath_cache_size; member
241 CWD_API zend_long realpath_cache_size(void);
/PHP-8.1/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-8.1/ext/opcache/tests/
H A Drevalidate_path_01.phpt41 …_cli=1 -d opcache.revalidate_path=1 -d opcache.file_update_protection=0 -d realpath_cache_size=0');

Completed in 69 milliseconds