Home
last modified time | relevance | path

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

/PHP-5.6/main/
H A Dphp_variables.c814 static void check_http_proxy(HashTable *var_table) in check_http_proxy() argument
816 if (zend_hash_exists(var_table, "HTTP_PROXY", sizeof("HTTP_PROXY"))) { in check_http_proxy()
820 zend_hash_del(var_table, "HTTP_PROXY", sizeof("HTTP_PROXY")); in check_http_proxy()
825 …zend_hash_update(var_table, "HTTP_PROXY", sizeof("HTTP_PROXY"), &local_zval, sizeof(zval **), NULL… in check_http_proxy()

Completed in 6 milliseconds