Searched refs:realpath_cache_size (Results 1 – 10 of 10) sorted by relevance
2 realpath_cache_size() and realpath_cache_get()12 var_dump(realpath_cache_size());
146 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()357 …ealpath_cache))/sizeof(CWDG(realpath_cache)[0]), CWDG(realpath_cache), &CWDG(realpath_cache_size)); in realpath_cache_clean()375 CWDG(realpath_cache_size) -= sizeof(realpath_cache_bucket) + r->path_len + 1; in realpath_cache_del()377 …CWDG(realpath_cache_size) -= sizeof(realpath_cache_bucket) + r->path_len + 1 + r->realpath_len + 1; in realpath_cache_del()400 if (CWDG(realpath_cache_size) + size <= CWDG(realpath_cache_size_limit)) { in realpath_cache_add()430 CWDG(realpath_cache_size) += size; in realpath_cache_add()448 CWDG(realpath_cache_size) -= sizeof(realpath_cache_bucket) + r->path_len + 1; in realpath_cache_find()450 …CWDG(realpath_cache_size) -= sizeof(realpath_cache_bucket) + r->path_len + 1 + r->realpath_len + 1; in realpath_cache_find()470 CWD_API zend_long realpath_cache_size(void) in realpath_cache_size() function[all …]
235 zend_long realpath_cache_size; member253 CWD_API zend_long realpath_cache_size(void);
41 …_cli=1 -d opcache.revalidate_path=1 -d opcache.file_update_protection=0 -d realpath_cache_size=0');
1089 PHP_FUNCTION(realpath_cache_size) in FileFunction()1093 RETURN_LONG(realpath_cache_size()); in FileFunction()
2974 function realpath_cache_size(): int {}
2679 ZEND_FUNCTION(realpath_cache_size);3283 ZEND_FE(realpath_cache_size, arginfo_realpath_cache_size)
351 ;realpath_cache_size = 4096k
Completed in 39 milliseconds