php_cgi_globals_id  202 sapi/cgi/cgi_main.c static int php_cgi_globals_id;
php_cgi_globals_id  203 sapi/cgi/cgi_main.c #define CGIG(v) ZEND_TSRMG(php_cgi_globals_id, php_cgi_globals_struct *, v)
php_cgi_globals_id 1780 sapi/cgi/cgi_main.c 	ts_allocate_id(&php_cgi_globals_id, sizeof(php_cgi_globals_struct), (ts_allocate_ctor) php_cgi_globals_ctor, NULL);
php_cgi_globals_id  202 sapi/fpm/fpm/fpm_main.c static int php_cgi_globals_id;
php_cgi_globals_id  203 sapi/fpm/fpm/fpm_main.c #define CGIG(v) TSRMG(php_cgi_globals_id, php_cgi_globals_struct *, v)
php_cgi_globals_id 1499 sapi/fpm/fpm/fpm_main.c 	ts_allocate_id(&php_cgi_globals_id, sizeof(php_cgi_globals_struct), (ts_allocate_ctor) php_cgi_globals_ctor, NULL);