http_globals 433 ext/filter/filter.c orig_array_ptr = &PG(http_globals)[t]; \ http_globals 549 ext/filter/filter.c array_ptr = !Z_ISUNDEF(IF_G(env_array)) ? &IF_G(env_array) : &PG(http_globals)[TRACK_VARS_ENV]; http_globals 80 ext/mbstring/mb_gpc.c ZVAL_COPY_VALUE(&PG(http_globals)[TRACK_VARS_POST], &v_array); http_globals 83 ext/mbstring/mb_gpc.c ZVAL_COPY_VALUE(&PG(http_globals)[TRACK_VARS_GET], &v_array); http_globals 86 ext/mbstring/mb_gpc.c ZVAL_COPY_VALUE(&PG(http_globals)[TRACK_VARS_COOKIE], &v_array); http_globals 69 ext/phar/phar_object.c if (Z_TYPE(PG(http_globals)[TRACK_VARS_SERVER]) == IS_UNDEF) { http_globals 73 ext/phar/phar_object.c _SERVER = Z_ARRVAL(PG(http_globals)[TRACK_VARS_SERVER]); http_globals 596 ext/phar/phar_object.c if (Z_TYPE(PG(http_globals)[TRACK_VARS_SERVER]) != IS_UNDEF) { http_globals 597 ext/phar/phar_object.c HashTable *_server = Z_ARRVAL(PG(http_globals)[TRACK_VARS_SERVER]); http_globals 1615 ext/session/session.c (data = zend_hash_str_find(Z_ARRVAL(PG(http_globals)[TRACK_VARS_SERVER]), "REQUEST_URI", sizeof("REQUEST_URI") - 1)) && http_globals 1631 ext/session/session.c !Z_ISUNDEF(PG(http_globals)[TRACK_VARS_SERVER]) && http_globals 1632 ext/session/session.c (data = zend_hash_str_find(Z_ARRVAL(PG(http_globals)[TRACK_VARS_SERVER]), "HTTP_REFERER", sizeof("HTTP_REFERER") - 1)) && http_globals 2813 ext/session/session.c if (Z_ISUNDEF(PG(http_globals)[where])) { http_globals 2817 ext/session/session.c if ((ppid = zend_hash_str_find(Z_ARRVAL(PG(http_globals)[where]), PS(session_name), progress->sname_len)) http_globals 2082 ext/soap/soap.c if ((Z_TYPE(PG(http_globals)[TRACK_VARS_SERVER]) == IS_ARRAY || zend_is_auto_global_str(ZEND_STRL("_SERVER"))) && http_globals 2083 ext/soap/soap.c (agent_name = zend_hash_str_find(Z_ARRVAL(PG(http_globals)[TRACK_VARS_SERVER]), "HTTP_USER_AGENT", sizeof("HTTP_USER_AGENT")-1)) != NULL && http_globals 4269 ext/standard/basic_functions.c if ((Z_TYPE(PG(http_globals)[TRACK_VARS_SERVER]) == IS_ARRAY || zend_is_auto_global_str(ZEND_STRL("_SERVER"))) && http_globals 4270 ext/standard/basic_functions.c ((args = zend_hash_str_find_ind(Z_ARRVAL_P(&PG(http_globals)[TRACK_VARS_SERVER]), "argv", sizeof("argv")-1)) != NULL || http_globals 460 ext/standard/browscap.c if ((Z_TYPE(PG(http_globals)[TRACK_VARS_SERVER]) == IS_ARRAY || zend_is_auto_global_str(ZEND_STRL("_SERVER"))) && http_globals 461 ext/standard/browscap.c (http_user_agent = zend_hash_str_find(Z_ARRVAL_P(&PG(http_globals)[TRACK_VARS_SERVER]), "HTTP_USER_AGENT", sizeof("HTTP_USER_AGENT")-1)) == NULL http_globals 109 ext/zlib/zlib.c if ((Z_TYPE(PG(http_globals)[TRACK_VARS_SERVER]) == IS_ARRAY || zend_is_auto_global_str(ZEND_STRL("_SERVER"))) && http_globals 110 ext/zlib/zlib.c (enc = zend_hash_str_find(Z_ARRVAL(PG(http_globals)[TRACK_VARS_SERVER]), "HTTP_ACCEPT_ENCODING", sizeof("HTTP_ACCEPT_ENCODING") - 1))) { http_globals 1726 main/main.c zval_ptr_dtor(&PG(http_globals)[i]); http_globals 1818 main/main.c zval_ptr_dtor(&PG(http_globals)[i]); http_globals 116 main/php_globals.h zval http_globals[6]; http_globals 225 main/php_variables.c if (Z_TYPE(PG(http_globals)[TRACK_VARS_COOKIE]) != IS_UNDEF && http_globals 226 main/php_variables.c symtable1 == Z_ARRVAL(PG(http_globals)[TRACK_VARS_COOKIE]) && http_globals 378 main/php_variables.c zval_ptr_dtor(&PG(http_globals)[TRACK_VARS_POST]); http_globals 379 main/php_variables.c ZVAL_COPY_VALUE(&PG(http_globals)[TRACK_VARS_POST], &array); http_globals 382 main/php_variables.c zval_ptr_dtor(&PG(http_globals)[TRACK_VARS_GET]); http_globals 383 main/php_variables.c ZVAL_COPY_VALUE(&PG(http_globals)[TRACK_VARS_GET], &array); http_globals 386 main/php_variables.c zval_ptr_dtor(&PG(http_globals)[TRACK_VARS_COOKIE]); http_globals 387 main/php_variables.c ZVAL_COPY_VALUE(&PG(http_globals)[TRACK_VARS_COOKIE], &array); http_globals 597 main/php_variables.c zval_ptr_dtor(&PG(http_globals)[TRACK_VARS_SERVER]); http_globals 598 main/php_variables.c array_init(&PG(http_globals)[TRACK_VARS_SERVER]); http_globals 602 main/php_variables.c sapi_module.register_server_variables(&PG(http_globals)[TRACK_VARS_SERVER]); http_globals 607 main/php_variables.c php_register_variable("PHP_AUTH_USER", SG(request_info).auth_user, &PG(http_globals)[TRACK_VARS_SERVER]); http_globals 610 main/php_variables.c php_register_variable("PHP_AUTH_PW", SG(request_info).auth_password, &PG(http_globals)[TRACK_VARS_SERVER]); http_globals 613 main/php_variables.c php_register_variable("PHP_AUTH_DIGEST", SG(request_info).auth_digest, &PG(http_globals)[TRACK_VARS_SERVER]); http_globals 618 main/php_variables.c php_register_variable_ex("REQUEST_TIME_FLOAT", &request_time_float, &PG(http_globals)[TRACK_VARS_SERVER]); http_globals 620 main/php_variables.c php_register_variable_ex("REQUEST_TIME", &request_time_long, &PG(http_globals)[TRACK_VARS_SERVER]); http_globals 663 main/php_variables.c memset(PG(http_globals), 0, sizeof(PG(http_globals))); http_globals 666 main/php_variables.c php_build_argv(SG(request_info).query_string, &PG(http_globals)[TRACK_VARS_SERVER]); http_globals 677 main/php_variables.c zval_ptr_dtor(&PG(http_globals)[TRACK_VARS_GET]); http_globals 678 main/php_variables.c array_init(&PG(http_globals)[TRACK_VARS_GET]); http_globals 681 main/php_variables.c zend_hash_update(&EG(symbol_table), name, &PG(http_globals)[TRACK_VARS_GET]); http_globals 682 main/php_variables.c Z_ADDREF(PG(http_globals)[TRACK_VARS_GET]); http_globals 696 main/php_variables.c zval_ptr_dtor(&PG(http_globals)[TRACK_VARS_POST]); http_globals 697 main/php_variables.c array_init(&PG(http_globals)[TRACK_VARS_POST]); http_globals 700 main/php_variables.c zend_hash_update(&EG(symbol_table), name, &PG(http_globals)[TRACK_VARS_POST]); http_globals 701 main/php_variables.c Z_ADDREF(PG(http_globals)[TRACK_VARS_POST]); http_globals 711 main/php_variables.c zval_ptr_dtor(&PG(http_globals)[TRACK_VARS_COOKIE]); http_globals 712 main/php_variables.c array_init(&PG(http_globals)[TRACK_VARS_COOKIE]); http_globals 715 main/php_variables.c zend_hash_update(&EG(symbol_table), name, &PG(http_globals)[TRACK_VARS_COOKIE]); http_globals 716 main/php_variables.c Z_ADDREF(PG(http_globals)[TRACK_VARS_COOKIE]); http_globals 723 main/php_variables.c if (Z_TYPE(PG(http_globals)[TRACK_VARS_FILES]) == IS_UNDEF) { http_globals 724 main/php_variables.c array_init(&PG(http_globals)[TRACK_VARS_FILES]); http_globals 727 main/php_variables.c zend_hash_update(&EG(symbol_table), name, &PG(http_globals)[TRACK_VARS_FILES]); http_globals 728 main/php_variables.c Z_ADDREF(PG(http_globals)[TRACK_VARS_FILES]); http_globals 745 main/php_variables.c zend_hash_str_update(Z_ARRVAL(PG(http_globals)[TRACK_VARS_SERVER]), "argv", sizeof("argv")-1, argv); http_globals 746 main/php_variables.c zend_hash_str_update(Z_ARRVAL(PG(http_globals)[TRACK_VARS_SERVER]), "argc", sizeof("argc")-1, argc); http_globals 749 main/php_variables.c php_build_argv(SG(request_info).query_string, &PG(http_globals)[TRACK_VARS_SERVER]); http_globals 754 main/php_variables.c zval_ptr_dtor(&PG(http_globals)[TRACK_VARS_SERVER]); http_globals 755 main/php_variables.c array_init(&PG(http_globals)[TRACK_VARS_SERVER]); http_globals 758 main/php_variables.c zend_hash_update(&EG(symbol_table), name, &PG(http_globals)[TRACK_VARS_SERVER]); http_globals 759 main/php_variables.c Z_ADDREF(PG(http_globals)[TRACK_VARS_SERVER]); http_globals 766 main/php_variables.c zval_ptr_dtor(&PG(http_globals)[TRACK_VARS_ENV]); http_globals 767 main/php_variables.c array_init(&PG(http_globals)[TRACK_VARS_ENV]); http_globals 770 main/php_variables.c php_import_environment_variables(&PG(http_globals)[TRACK_VARS_ENV]); http_globals 773 main/php_variables.c zend_hash_update(&EG(symbol_table), name, &PG(http_globals)[TRACK_VARS_ENV]); http_globals 774 main/php_variables.c Z_ADDREF(PG(http_globals)[TRACK_VARS_ENV]); http_globals 798 main/php_variables.c php_autoglobal_merge(Z_ARRVAL(form_variables), Z_ARRVAL(PG(http_globals)[TRACK_VARS_GET])); http_globals 805 main/php_variables.c php_autoglobal_merge(Z_ARRVAL(form_variables), Z_ARRVAL(PG(http_globals)[TRACK_VARS_POST])); http_globals 812 main/php_variables.c php_autoglobal_merge(Z_ARRVAL(form_variables), Z_ARRVAL(PG(http_globals)[TRACK_VARS_COOKIE])); http_globals 776 main/rfc1867.c if (Z_TYPE(PG(http_globals)[TRACK_VARS_FILES]) != IS_ARRAY) { http_globals 778 main/rfc1867.c array_init(&PG(http_globals)[TRACK_VARS_FILES]); http_globals 1169 main/rfc1867.c register_http_post_files_variable(lbuf, s, &PG(http_globals)[TRACK_VARS_FILES], 0); http_globals 1200 main/rfc1867.c register_http_post_files_variable(lbuf, cd, &PG(http_globals)[TRACK_VARS_FILES], 0); http_globals 1238 main/rfc1867.c register_http_post_files_variable_ex(lbuf, &zfilename, &PG(http_globals)[TRACK_VARS_FILES], 1); http_globals 1276 main/rfc1867.c register_http_post_files_variable_ex(lbuf, &error_type, &PG(http_globals)[TRACK_VARS_FILES], 0); http_globals 1300 main/rfc1867.c register_http_post_files_variable_ex(lbuf, &file_size, &PG(http_globals)[TRACK_VARS_FILES], size_overflow); http_globals 605 sapi/cgi/cgi_main.c int filter_arg = (Z_ARR_P(array_ptr) == Z_ARR(PG(http_globals)[TRACK_VARS_ENV]))?PARSE_ENV:PARSE_SERVER; http_globals 615 sapi/cgi/cgi_main.c if (Z_TYPE(PG(http_globals)[TRACK_VARS_ENV]) == IS_ARRAY && http_globals 616 sapi/cgi/cgi_main.c Z_ARR_P(array_ptr) != Z_ARR(PG(http_globals)[TRACK_VARS_ENV]) && http_globals 617 sapi/cgi/cgi_main.c zend_hash_num_elements(Z_ARRVAL(PG(http_globals)[TRACK_VARS_ENV])) > 0 http_globals 620 sapi/cgi/cgi_main.c ZVAL_DUP(array_ptr, &PG(http_globals)[TRACK_VARS_ENV]); http_globals 622 sapi/cgi/cgi_main.c } else if (Z_TYPE(PG(http_globals)[TRACK_VARS_SERVER]) == IS_ARRAY && http_globals 623 sapi/cgi/cgi_main.c Z_ARR_P(array_ptr) != Z_ARR(PG(http_globals)[TRACK_VARS_SERVER]) && http_globals 624 sapi/cgi/cgi_main.c zend_hash_num_elements(Z_ARRVAL(PG(http_globals)[TRACK_VARS_SERVER])) > 0 http_globals 627 sapi/cgi/cgi_main.c ZVAL_DUP(array_ptr, &PG(http_globals)[TRACK_VARS_SERVER]); http_globals 553 sapi/fpm/fpm/fpm_main.c int filter_arg = (Z_ARR_P(array_ptr) == Z_ARR(PG(http_globals)[TRACK_VARS_ENV]))?PARSE_ENV:PARSE_SERVER; http_globals 566 sapi/fpm/fpm/fpm_main.c if (Z_TYPE(PG(http_globals)[TRACK_VARS_ENV]) == IS_ARRAY && http_globals 567 sapi/fpm/fpm/fpm_main.c Z_ARR_P(array_ptr) != Z_ARR(PG(http_globals)[TRACK_VARS_ENV]) && http_globals 568 sapi/fpm/fpm/fpm_main.c zend_hash_num_elements(Z_ARRVAL(PG(http_globals)[TRACK_VARS_ENV])) > 0 http_globals 571 sapi/fpm/fpm/fpm_main.c ZVAL_DUP(array_ptr, &PG(http_globals)[TRACK_VARS_ENV]); http_globals 573 sapi/fpm/fpm/fpm_main.c } else if (Z_TYPE(PG(http_globals)[TRACK_VARS_SERVER]) == IS_ARRAY && http_globals 574 sapi/fpm/fpm/fpm_main.c Z_ARR_P(array_ptr) != Z_ARR(PG(http_globals)[TRACK_VARS_SERVER]) && http_globals 575 sapi/fpm/fpm/fpm_main.c zend_hash_num_elements(Z_ARRVAL(PG(http_globals)[TRACK_VARS_SERVER])) > 0 http_globals 578 sapi/fpm/fpm/fpm_main.c ZVAL_DUP(array_ptr, &PG(http_globals)[TRACK_VARS_SERVER]); http_globals 205 sapi/litespeed/lsapi_main.c int filter_arg = (Z_ARR_P((zval *)arg) == Z_ARR(PG(http_globals)[TRACK_VARS_ENV])) http_globals 208 sapi/litespeed/lsapi_main.c int filter_arg = (arg == PG(http_globals)[TRACK_VARS_ENV])?PARSE_ENV:PARSE_SERVER; http_globals 248 sapi/litespeed/lsapi_main.c if (Z_TYPE(PG(http_globals)[TRACK_VARS_ENV]) == IS_ARRAY && http_globals 249 sapi/litespeed/lsapi_main.c Z_ARR_P(array_ptr) != Z_ARR(PG(http_globals)[TRACK_VARS_ENV]) && http_globals 250 sapi/litespeed/lsapi_main.c zend_hash_num_elements(Z_ARRVAL(PG(http_globals)[TRACK_VARS_ENV])) > 0 http_globals 253 sapi/litespeed/lsapi_main.c ZVAL_DUP(array_ptr, &PG(http_globals)[TRACK_VARS_ENV]); http_globals 255 sapi/litespeed/lsapi_main.c } else if (Z_TYPE(PG(http_globals)[TRACK_VARS_SERVER]) == IS_ARRAY && http_globals 256 sapi/litespeed/lsapi_main.c Z_ARR_P(array_ptr) != Z_ARR(PG(http_globals)[TRACK_VARS_SERVER]) && http_globals 257 sapi/litespeed/lsapi_main.c zend_hash_num_elements(Z_ARRVAL(PG(http_globals)[TRACK_VARS_SERVER])) > 0 http_globals 260 sapi/litespeed/lsapi_main.c ZVAL_DUP(array_ptr, &PG(http_globals)[TRACK_VARS_SERVER]); http_globals 264 sapi/litespeed/lsapi_main.c if (PG(http_globals)[TRACK_VARS_ENV] && http_globals 265 sapi/litespeed/lsapi_main.c array_ptr != PG(http_globals)[TRACK_VARS_ENV] && http_globals 266 sapi/litespeed/lsapi_main.c Z_TYPE_P(PG(http_globals)[TRACK_VARS_ENV]) == IS_ARRAY && http_globals 267 sapi/litespeed/lsapi_main.c zend_hash_num_elements(Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_ENV])) > 0 http_globals 270 sapi/litespeed/lsapi_main.c *array_ptr = *PG(http_globals)[TRACK_VARS_ENV]; http_globals 274 sapi/litespeed/lsapi_main.c } else if (PG(http_globals)[TRACK_VARS_SERVER] && http_globals 275 sapi/litespeed/lsapi_main.c array_ptr != PG(http_globals)[TRACK_VARS_SERVER] && http_globals 276 sapi/litespeed/lsapi_main.c Z_TYPE_P(PG(http_globals)[TRACK_VARS_SERVER]) == IS_ARRAY && http_globals 277 sapi/litespeed/lsapi_main.c zend_hash_num_elements(Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_SERVER])) > 0 http_globals 280 sapi/litespeed/lsapi_main.c *array_ptr = *PG(http_globals)[TRACK_VARS_SERVER]; http_globals 436 sapi/phpdbg/phpdbg_prompt.c php_build_argv(NULL, &PG(http_globals)[TRACK_VARS_SERVER]); http_globals 729 sapi/phpdbg/phpdbg_prompt.c php_build_argv(NULL, &PG(http_globals)[TRACK_VARS_SERVER]); http_globals 48 sapi/phpdbg/phpdbg_rinit_hook.c zval cookies = PG(http_globals)[TRACK_VARS_COOKIE]; http_globals 28 sapi/phpdbg/phpdbg_wait.c if (Z_TYPE(PG(http_globals)[type]) != IS_UNDEF) { http_globals 29 sapi/phpdbg/phpdbg_wait.c zval_dtor(&PG(http_globals)[type]); http_globals 33 sapi/phpdbg/phpdbg_wait.c PG(http_globals)[type] = *zvp;