virtual_cwd_globals 81 Zend/zend_virtual_cwd.c virtual_cwd_globals cwd_globals; virtual_cwd_globals 430 Zend/zend_virtual_cwd.c static void cwd_globals_ctor(virtual_cwd_globals *cwd_g TSRMLS_DC) /* {{{ */ virtual_cwd_globals 440 Zend/zend_virtual_cwd.c static void cwd_globals_dtor(virtual_cwd_globals *cwd_g TSRMLS_DC) /* {{{ */ virtual_cwd_globals 478 Zend/zend_virtual_cwd.c ts_allocate_id(&cwd_globals_id, sizeof(virtual_cwd_globals), (ts_allocate_ctor) cwd_globals_ctor, (ts_allocate_dtor) cwd_globals_dtor); virtual_cwd_globals 240 Zend/zend_virtual_cwd.h # define CWDG(v) TSRMG(cwd_globals_id, virtual_cwd_globals *, v) virtual_cwd_globals 242 Zend/zend_virtual_cwd.h extern virtual_cwd_globals cwd_globals; virtual_cwd_globals 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) virtual_cwd_globals 638 main/main.c STD_PHP_INI_ENTRY("realpath_cache_ttl", "120", PHP_INI_SYSTEM, OnUpdateLong, realpath_cache_ttl, virtual_cwd_globals, cwd_globals)