Home
last modified time | relevance | path

Searched refs:form_variables (Results 1 – 1 of 1) sorted by relevance

/PHP-5.5/main/
H A Dphp_variables.c805 zval *form_variables; in php_auto_globals_create_request() local
809 ALLOC_ZVAL(form_variables); in php_auto_globals_create_request()
810 array_init(form_variables); in php_auto_globals_create_request()
811 INIT_PZVAL(form_variables); in php_auto_globals_create_request()
824 …php_autoglobal_merge(Z_ARRVAL_P(form_variables), Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_GET]) TSRM… in php_auto_globals_create_request()
831 …php_autoglobal_merge(Z_ARRVAL_P(form_variables), Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_POST]) TSR… in php_auto_globals_create_request()
838 …php_autoglobal_merge(Z_ARRVAL_P(form_variables), Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_COOKIE]) T… in php_auto_globals_create_request()
845 zend_hash_update(&EG(symbol_table), name, name_len + 1, &form_variables, sizeof(zval *), NULL); in php_auto_globals_create_request()

Completed in 16 milliseconds