Searched refs:user_agent (Results 1 – 9 of 9) sorted by relevance
/PHP-7.1/ext/reflection/tests/ |
H A D | 015.phpt | 6 user_agent=php 11 var_dump($inis["user_agent"]);
|
/PHP-7.1/ext/standard/tests/misc/ |
H A D | bug65550.phpt | 11 $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.1/ext/standard/tests/streams/ |
H A D | stream_context_set_option_basic.phpt | 17 'user_agent' => 'PHPT Agent', 34 ["user_agent"]=>
|
/PHP-7.1/ext/standard/ |
H A D | file.h | 124 char *user_agent; /* for the http wrapper */ member
|
H A D | http_fopen_wrapper.c | 594 } else if (FG(user_agent)) { in php_stream_url_wrap_http_ex() 595 ua_str = FG(user_agent); in php_stream_url_wrap_http_ex()
|
H A D | file.c | 170 …STD_PHP_INI_ENTRY("user_agent", NULL, PHP_INI_ALL, OnUpdateString, user_agent, php_file_globals, f…
|
/PHP-7.1/ext/soap/ |
H A D | php_http.c | 610 } else if (FG(user_agent)) { in make_http_soap_request() 612 smart_str_appends(&soap_headers, FG(user_agent)); in make_http_soap_request()
|
/PHP-7.1/ |
H A D | php.ini-development | 848 ;user_agent="PHP"
|
H A D | php.ini-production | 848 ;user_agent="PHP"
|
Completed in 31 milliseconds