Home
last modified time | relevance | path

Searched defs:http_globals (Results 1 – 6 of 6) sorted by relevance

/PHP-5.6/main/
H A Dphp_variables.c386 if (PG(http_globals)[TRACK_VARS_POST]) { in SAPI_TREAT_DATA_FUNC() local
392 if (PG(http_globals)[TRACK_VARS_GET]) { in SAPI_TREAT_DATA_FUNC() local
632 if (PG(http_globals)[TRACK_VARS_SERVER]) { in php_register_server_variables() local
733 if (PG(http_globals)[TRACK_VARS_GET]) { in php_auto_globals_create_get() local
736 PG(http_globals)[TRACK_VARS_GET] = vars; in php_auto_globals_create_get() local
759 if (PG(http_globals)[TRACK_VARS_POST]) { in php_auto_globals_create_post() local
762 PG(http_globals)[TRACK_VARS_POST] = vars; in php_auto_globals_create_post() local
782 if (PG(http_globals)[TRACK_VARS_COOKIE]) { in php_auto_globals_create_cookie() local
798 if (PG(http_globals)[TRACK_VARS_FILES]) { in php_auto_globals_create_files() local
804 PG(http_globals)[TRACK_VARS_FILES] = vars; in php_auto_globals_create_files() local
[all …]
H A Dmain.c1785 if (PG(http_globals)[i]) { in php_request_shutdown_for_hook() local
1881 if (PG(http_globals)[i]) { in php_request_shutdown() local
H A Dphp_globals.h116 zval *http_globals[6]; member
H A Drfc1867.c774 PG(http_globals)[TRACK_VARS_FILES] = http_post_files; local
/PHP-5.6/ext/mbstring/
H A Dmb_gpc.c82 PG(http_globals)[TRACK_VARS_POST] = array_ptr; in ZEND_EXTERN_MODULE_GLOBALS() local
85 PG(http_globals)[TRACK_VARS_GET] = array_ptr; in ZEND_EXTERN_MODULE_GLOBALS() local
88 PG(http_globals)[TRACK_VARS_COOKIE] = array_ptr; in ZEND_EXTERN_MODULE_GLOBALS() local
/PHP-5.6/ext/phar/
H A Dphar_object.c610 if (PG(http_globals)[TRACK_VARS_SERVER]) { in PHP_METHOD() local

Completed in 49 milliseconds