Home
last modified time | relevance | path

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

/PHP-7.3/ext/reflection/tests/
H A D015.phpt4 user_agent=php
9 var_dump($inis["user_agent"]);
/PHP-7.3/ext/standard/tests/misc/
H A Dbug65550.phpt11 $user_agent = 'Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US) AppleWebKit/522+ (KHTML, like Gecko,…
12 $caps = get_browser($user_agent, true);
/PHP-7.3/ext/standard/tests/streams/
H A Dstream_context_set_option_basic.phpt17 'user_agent' => 'PHPT Agent',
34 ["user_agent"]=>
/PHP-7.3/ext/soap/tests/
H A Dcustom_content_type.phpt28 'user_agent' => 'Vincent JARDIN, test headers',
54 'user_agent' => 'Vincent JARDIN, test headers',
/PHP-7.3/ext/standard/
H A Dfile.h120 char *user_agent; /* for the http wrapper */ member
H A Dhttp_fopen_wrapper.c587 } else if (FG(user_agent)) { in php_stream_url_wrap_http_ex()
588 ua_str = FG(user_agent); in php_stream_url_wrap_http_ex()
H A Dfile.c163 …STD_PHP_INI_ENTRY("user_agent", NULL, PHP_INI_ALL, OnUpdateString, user_agent, php_file_globals, f…
/PHP-7.3/ext/soap/
H A Dphp_http.c611 } else if (FG(user_agent)) { in make_http_soap_request()
613 smart_str_appends(&soap_headers, FG(user_agent)); in make_http_soap_request()
/PHP-7.3/
H A Dphp.ini-development863 ;user_agent="PHP"
H A Dphp.ini-production865 ;user_agent="PHP"

Completed in 49 milliseconds