Searched refs:server_vars (Results 1 – 1 of 1) sorted by relevance
1592 zval *server_vars, *encoding; local1597 if ((server_vars = zend_hash_find(&EG(symbol_table), server)) != NULL &&1598 Z_TYPE_P(server_vars) == IS_ARRAY &&1599 …(encoding = zend_hash_str_find(Z_ARRVAL_P(server_vars), "HTTP_CONTENT_ENCODING", sizeof("HTTP_CONT…
Completed in 25 milliseconds