Home
last modified time | relevance | path

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

/PHP-5.5/main/
H A Dphp_variables.c297 if (PG(http_globals)[TRACK_VARS_POST]) { in SAPI_TREAT_DATA_FUNC() local
303 if (PG(http_globals)[TRACK_VARS_GET]) { in SAPI_TREAT_DATA_FUNC() local
543 if (PG(http_globals)[TRACK_VARS_SERVER]) { in php_register_server_variables() local
644 if (PG(http_globals)[TRACK_VARS_GET]) { in php_auto_globals_create_get() local
647 PG(http_globals)[TRACK_VARS_GET] = vars; in php_auto_globals_create_get() local
671 if (PG(http_globals)[TRACK_VARS_POST]) { in php_auto_globals_create_post() local
674 PG(http_globals)[TRACK_VARS_POST] = vars; in php_auto_globals_create_post() local
694 if (PG(http_globals)[TRACK_VARS_COOKIE]) { in php_auto_globals_create_cookie() local
710 if (PG(http_globals)[TRACK_VARS_FILES]) { in php_auto_globals_create_files() local
716 PG(http_globals)[TRACK_VARS_FILES] = vars; in php_auto_globals_create_files() local
[all …]
H A Dmain.c1699 if (PG(http_globals)[i]) { in php_request_shutdown_for_hook() local
1795 if (PG(http_globals)[i]) { in php_request_shutdown() local
H A Dphp_globals.h112 zval *http_globals[6]; member
H A Drfc1867.c768 PG(http_globals)[TRACK_VARS_FILES] = http_post_files; local
/PHP-5.5/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.5/ext/phar/
H A Dphar_object.c612 if (PG(http_globals)[TRACK_VARS_SERVER]) { in PHP_METHOD() local

Completed in 50 milliseconds