Searched refs:user_agent (Results 1 – 14 of 14) sorted by relevance
/php-src/ext/reflection/tests/ |
H A D | 015.phpt | 4 user_agent=php 9 var_dump($inis["user_agent"]);
|
/php-src/ext/standard/tests/streams/ |
H A D | stream_context_set_options_basic.phpt | 10 'user_agent' => 'PHPT Agent', 24 ["user_agent"]=>
|
H A D | stream_context_set_option_basic.phpt | 17 'user_agent' => 'PHPT Agent', 36 ["user_agent"]=>
|
/php-src/ext/standard/tests/misc/ |
H A D | bug65550.phpt | 7 $user_agent = 'Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US) AppleWebKit/522+ (KHTML, like Gecko,… 8 $caps = get_browser($user_agent, true);
|
/php-src/ext/standard/tests/general_functions/ |
H A D | ini_set_types.phpt | 18 ini_set('user_agent', 3.14); 19 var_dump(ini_get('user_agent'));
|
/php-src/ext/soap/tests/ |
H A D | custom_content_type.phpt | 33 'user_agent' => 'Vincent JARDIN, test headers', 59 'user_agent' => 'Vincent JARDIN, test headers',
|
/php-src/ext/standard/ |
H A D | file.h | 98 char *user_agent; /* for the http wrapper */ member
|
H A D | http_fopen_wrapper.c | 577 } else if (FG(user_agent)) { in php_stream_url_wrap_http_ex() 578 ua_str = FG(user_agent); in php_stream_url_wrap_http_ex()
|
H A D | file.c | 155 …STD_PHP_INI_ENTRY("user_agent", NULL, PHP_INI_ALL, OnUpdateString, user_agent, php_file_globals, f…
|
H A D | basic_functions.stub.php | 2102 function get_browser(?string $user_agent = null, bool $return_array = false): object|array|false {} argument
|
H A D | basic_functions_arginfo.h | 605 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, user_agent, IS_STRING, 1, "null")
|
/php-src/ext/soap/ |
H A D | php_http.c | 625 } else if (FG(user_agent)) { in make_http_soap_request() 627 smart_str_appends(&soap_headers, FG(user_agent)); in make_http_soap_request()
|
/php-src/ |
H A D | php.ini-development | 873 ;user_agent="PHP"
|
H A D | php.ini-production | 875 ;user_agent="PHP"
|
Completed in 84 milliseconds