Searched refs:server_vars (Results 1 – 1 of 1) sorted by relevance
1287 zval *server_vars, *encoding; local1292 if ((server_vars = zend_hash_find(&EG(symbol_table), server)) != NULL &&1293 Z_TYPE_P(server_vars) == IS_ARRAY &&1294 …(encoding = zend_hash_str_find(Z_ARRVAL_P(server_vars), "HTTP_CONTENT_ENCODING", sizeof("HTTP_CONT…
Completed in 18 milliseconds