form_variables 781 main/php_variables.c zval form_variables; form_variables 785 main/php_variables.c array_init(&form_variables); form_variables 798 main/php_variables.c php_autoglobal_merge(Z_ARRVAL(form_variables), Z_ARRVAL(PG(http_globals)[TRACK_VARS_GET])); form_variables 805 main/php_variables.c php_autoglobal_merge(Z_ARRVAL(form_variables), Z_ARRVAL(PG(http_globals)[TRACK_VARS_POST])); form_variables 812 main/php_variables.c php_autoglobal_merge(Z_ARRVAL(form_variables), Z_ARRVAL(PG(http_globals)[TRACK_VARS_COOKIE])); form_variables 819 main/php_variables.c zend_hash_update(&EG(symbol_table), name, &form_variables);