Home
last modified time | relevance | path

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

/PHP-7.2/main/
H A Dphp_variables.c768 static void check_http_proxy(HashTable *var_table) in check_http_proxy() argument
770 if (zend_hash_str_exists(var_table, "HTTP_PROXY", sizeof("HTTP_PROXY")-1)) { in check_http_proxy()
774 zend_hash_str_del(var_table, "HTTP_PROXY", sizeof("HTTP_PROXY")-1); in check_http_proxy()
778 zend_hash_str_update(var_table, "HTTP_PROXY", sizeof("HTTP_PROXY")-1, &local_zval); in check_http_proxy()

Completed in 46 milliseconds