Home
last modified time | relevance | path

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

/PHP-5.3/ext/standard/
H A Dhttp_fopen_wrapper.c96 zval **ua_zval = NULL, **tmpzval = NULL; in php_stream_url_wrap_http_ex() local
568 php_stream_context_get_option(context, "http", "user_agent", &ua_zval) == SUCCESS && in php_stream_url_wrap_http_ex()
569 Z_TYPE_PP(ua_zval) == IS_STRING) { in php_stream_url_wrap_http_ex()
570 ua_str = Z_STRVAL_PP(ua_zval); in php_stream_url_wrap_http_ex()

Completed in 25 milliseconds