Home
last modified time | relevance | path

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

/PHP-5.6/sapi/litespeed/
H A Dlsapi_main.c230 int filter_arg = (Z_ARR_P((zval *)arg) == Z_ARR(PG(http_globals)[TRACK_VARS_ENV])) in add_variable()
234 int filter_arg = (arg == PG(http_globals)[TRACK_VARS_ENV])?PARSE_ENV:PARSE_SERVER; in add_variable()
288 if (Z_TYPE(PG(http_globals)[TRACK_VARS_ENV]) == IS_ARRAY && in litespeed_php_import_environment_variables()
289 Z_ARR_P(array_ptr) != Z_ARR(PG(http_globals)[TRACK_VARS_ENV]) && in litespeed_php_import_environment_variables()
290 zend_hash_num_elements(Z_ARRVAL(PG(http_globals)[TRACK_VARS_ENV])) > 0 in litespeed_php_import_environment_variables()
293 ZVAL_DUP(array_ptr, &PG(http_globals)[TRACK_VARS_ENV]); in litespeed_php_import_environment_variables()
304 if (PG(http_globals)[TRACK_VARS_ENV] && in litespeed_php_import_environment_variables()
305 array_ptr != PG(http_globals)[TRACK_VARS_ENV] && in litespeed_php_import_environment_variables()
306 Z_TYPE_P(PG(http_globals)[TRACK_VARS_ENV]) == IS_ARRAY && in litespeed_php_import_environment_variables()
307 zend_hash_num_elements(Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_ENV])) > 0 in litespeed_php_import_environment_variables()
[all …]
/PHP-5.6/main/
H A Dphp_variables.c875 if (PG(http_globals)[TRACK_VARS_ENV]) { in php_auto_globals_create_env()
876 zval_ptr_dtor(&PG(http_globals)[TRACK_VARS_ENV]); in php_auto_globals_create_env()
878 PG(http_globals)[TRACK_VARS_ENV] = env_vars; in php_auto_globals_create_env()
881 php_import_environment_variables(PG(http_globals)[TRACK_VARS_ENV] TSRMLS_CC); in php_auto_globals_create_env()
884 check_http_proxy(Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_ENV])); in php_auto_globals_create_env()
885 …zend_hash_update(&EG(symbol_table), name, name_len + 1, &PG(http_globals)[TRACK_VARS_ENV], sizeof(… in php_auto_globals_create_env()
886 Z_ADDREF_P(PG(http_globals)[TRACK_VARS_ENV]); in php_auto_globals_create_env()
H A Dphp_globals.h45 #define TRACK_VARS_ENV 4 macro
/PHP-5.6/sapi/fpm/fpm/
H A Dfpm_main.c579 if (PG(http_globals)[TRACK_VARS_ENV] && in cgi_php_import_environment_variables()
580 array_ptr != PG(http_globals)[TRACK_VARS_ENV] && in cgi_php_import_environment_variables()
581 Z_TYPE_P(PG(http_globals)[TRACK_VARS_ENV]) == IS_ARRAY && in cgi_php_import_environment_variables()
582 zend_hash_num_elements(Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_ENV])) > 0 in cgi_php_import_environment_variables()
585 *array_ptr = *PG(http_globals)[TRACK_VARS_ENV]; in cgi_php_import_environment_variables()
605 filter_arg = (array_ptr == PG(http_globals)[TRACK_VARS_ENV])?PARSE_ENV:PARSE_SERVER; in cgi_php_import_environment_variables()
/PHP-5.6/sapi/cgi/
H A Dcgi_main.c627 int filter_arg = (array_ptr == PG(http_globals)[TRACK_VARS_ENV])?PARSE_ENV:PARSE_SERVER; in cgi_php_load_env_var()
637 if (PG(http_globals)[TRACK_VARS_ENV] && in cgi_php_import_environment_variables()
638 array_ptr != PG(http_globals)[TRACK_VARS_ENV] && in cgi_php_import_environment_variables()
639 Z_TYPE_P(PG(http_globals)[TRACK_VARS_ENV]) == IS_ARRAY && in cgi_php_import_environment_variables()
640 zend_hash_num_elements(Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_ENV])) > 0 in cgi_php_import_environment_variables()
643 *array_ptr = *PG(http_globals)[TRACK_VARS_ENV]; in cgi_php_import_environment_variables()
/PHP-5.6/ext/filter/
H A Dfilter.c440 PARSE_CASE(PARSE_ENV, env_array, TRACK_VARS_ENV) in php_sapi_filter()
558 array_ptr = IF_G(env_array) ? IF_G(env_array) : PG(http_globals)[TRACK_VARS_ENV]; in php_filter_get_storage()

Completed in 61 milliseconds