Searched refs:form_variables (Results 1 – 1 of 1) sorted by relevance
893 zval *form_variables; in php_auto_globals_create_request() local897 ALLOC_ZVAL(form_variables); in php_auto_globals_create_request()898 array_init(form_variables); in php_auto_globals_create_request()899 INIT_PZVAL(form_variables); in php_auto_globals_create_request()912 …php_autoglobal_merge(Z_ARRVAL_P(form_variables), Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_GET]) TSRM… in php_auto_globals_create_request()919 …php_autoglobal_merge(Z_ARRVAL_P(form_variables), Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_POST]) TSR… in php_auto_globals_create_request()926 …php_autoglobal_merge(Z_ARRVAL_P(form_variables), Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_COOKIE]) T… in php_auto_globals_create_request()933 zend_hash_update(&EG(symbol_table), name, name_len + 1, &form_variables, sizeof(zval *), NULL); in php_auto_globals_create_request()
Completed in 7 milliseconds