Home
last modified time | relevance | path

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

/PHP-7.3/ext/standard/
H A Dhttp_fopen_wrapper.c131 zval *ua_zval = NULL, *tmpzval = NULL, ssl_proxy_peer_name; in php_stream_url_wrap_http_ex() local
584 (ua_zval = php_stream_context_get_option(context, "http", "user_agent")) != NULL && in php_stream_url_wrap_http_ex()
585 Z_TYPE_P(ua_zval) == IS_STRING) { in php_stream_url_wrap_http_ex()
586 ua_str = Z_STRVAL_P(ua_zval); in php_stream_url_wrap_http_ex()

Completed in 6 milliseconds