Home
last modified time | relevance | path

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

/PHP-8.1/main/
H A Dphp_variables.c893 zval form_variables; in php_auto_globals_create_request() local
897 array_init(&form_variables); in php_auto_globals_create_request()
910 php_autoglobal_merge(Z_ARRVAL(form_variables), Z_ARRVAL(PG(http_globals)[TRACK_VARS_GET])); in php_auto_globals_create_request()
917 php_autoglobal_merge(Z_ARRVAL(form_variables), Z_ARRVAL(PG(http_globals)[TRACK_VARS_POST])); in php_auto_globals_create_request()
924 php_autoglobal_merge(Z_ARRVAL(form_variables), Z_ARRVAL(PG(http_globals)[TRACK_VARS_COOKIE])); in php_auto_globals_create_request()
931 zend_hash_update(&EG(symbol_table), name, &form_variables); in php_auto_globals_create_request()

Completed in 7 milliseconds