Home
last modified time | relevance | path

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

/PHP-7.4/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-7.4/ext/standard/
H A Dphp_filestat.h25 PHP_FUNCTION(realpath_cache_size);
H A Dfilestat.c1098 PHP_FUNCTION(realpath_cache_size) in FileFunction()
1103 RETURN_LONG(realpath_cache_size()); in FileFunction()
H A Dbasic_functions.c3289 PHP_FE(realpath_cache_size, arginfo_realpath_cache_size)
/PHP-7.4/Zend/
H A Dzend_virtual_cwd.c152 cwd_g->realpath_cache_size = 0; in cwd_globals_ctor()
177 …lpath_cache)/sizeof(cwd_g->realpath_cache[0]), cwd_g->realpath_cache, &cwd_g->realpath_cache_size); in cwd_globals_dtor()
365 …ealpath_cache))/sizeof(CWDG(realpath_cache)[0]), CWDG(realpath_cache), &CWDG(realpath_cache_size)); in realpath_cache_clean()
383 CWDG(realpath_cache_size) -= sizeof(realpath_cache_bucket) + r->path_len + 1; in realpath_cache_del()
385 …CWDG(realpath_cache_size) -= sizeof(realpath_cache_bucket) + r->path_len + 1 + r->realpath_len + 1; in realpath_cache_del()
408 if (CWDG(realpath_cache_size) + size <= CWDG(realpath_cache_size_limit)) { in realpath_cache_add()
438 CWDG(realpath_cache_size) += size; in realpath_cache_add()
456 CWDG(realpath_cache_size) -= sizeof(realpath_cache_bucket) + r->path_len + 1; in realpath_cache_find()
458 …CWDG(realpath_cache_size) -= sizeof(realpath_cache_bucket) + r->path_len + 1 + r->realpath_len + 1; in realpath_cache_find()
478 CWD_API zend_long realpath_cache_size(void) in realpath_cache_size() function
[all …]
H A Dzend_virtual_cwd.h224 zend_long realpath_cache_size; member
242 CWD_API zend_long realpath_cache_size(void);
/PHP-7.4/ext/opcache/tests/
H A Drevalidate_path_01.phpt42 …_cli=1 -d opcache.revalidate_path=1 -d opcache.file_update_protection=0 -d realpath_cache_size=0');
/PHP-7.4/
H A Dphp.ini-development340 ;realpath_cache_size = 4096k
H A Dphp.ini-production340 ;realpath_cache_size = 4096k

Completed in 64 milliseconds