realpath_cache_size_limit 280 TSRM/tsrm_win32.c if (CWDG(realpath_cache_size_limit)) { realpath_cache_size_limit 434 Zend/zend_virtual_cwd.c cwd_g->realpath_cache_size_limit = REALPATH_CACHE_SIZE; realpath_cache_size_limit 682 Zend/zend_virtual_cwd.c if (CWDG(realpath_cache_size) + size <= CWDG(realpath_cache_size_limit)) { realpath_cache_size_limit 860 Zend/zend_virtual_cwd.c if (start && save && CWDG(realpath_cache_size_limit)) { realpath_cache_size_limit 1168 Zend/zend_virtual_cwd.c if (save && start && CWDG(realpath_cache_size_limit)) { realpath_cache_size_limit 233 Zend/zend_virtual_cwd.h long realpath_cache_size_limit; realpath_cache_size_limit 637 main/main.c STD_PHP_INI_ENTRY("realpath_cache_size", "16K", PHP_INI_SYSTEM, OnUpdateLong, realpath_cache_size_limit, virtual_cwd_globals, cwd_globals) realpath_cache_size_limit 1662 main/main.c CWDG(realpath_cache_size_limit) = 0; realpath_cache_size_limit 2289 main/main.c CWDG(realpath_cache_size_limit) = 0;