Searched refs:var_table (Results 1 – 1 of 1) sorted by relevance
814 static void check_http_proxy(HashTable *var_table) in check_http_proxy() argument816 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