Home
last modified time | relevance | path

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

/php-src/ext/reflection/tests/
H A D015.phpt4 user_agent=php
9 var_dump($inis["user_agent"]);
/php-src/ext/standard/tests/streams/
H A Dstream_context_set_options_basic.phpt10 'user_agent' => 'PHPT Agent',
24 ["user_agent"]=>
H A Dstream_context_set_option_basic.phpt17 'user_agent' => 'PHPT Agent',
36 ["user_agent"]=>
/php-src/ext/standard/tests/misc/
H A Dbug65550.phpt7 $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 Dini_set_types.phpt18 ini_set('user_agent', 3.14);
19 var_dump(ini_get('user_agent'));
/php-src/ext/soap/tests/
H A Dcustom_content_type.phpt33 'user_agent' => 'Vincent JARDIN, test headers',
59 'user_agent' => 'Vincent JARDIN, test headers',
/php-src/ext/standard/
H A Dfile.h98 char *user_agent; /* for the http wrapper */ member
H A Dhttp_fopen_wrapper.c577 } 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 Dfile.c155 …STD_PHP_INI_ENTRY("user_agent", NULL, PHP_INI_ALL, OnUpdateString, user_agent, php_file_globals, f…
H A Dbasic_functions.stub.php2102 function get_browser(?string $user_agent = null, bool $return_array = false): object|array|false {} argument
H A Dbasic_functions_arginfo.h605 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, user_agent, IS_STRING, 1, "null")
/php-src/ext/soap/
H A Dphp_http.c621 } else if (FG(user_agent)) { in make_http_soap_request()
623 smart_str_appends(&soap_headers, FG(user_agent)); in make_http_soap_request()
/php-src/
H A Dphp.ini-development873 ;user_agent="PHP"
H A Dphp.ini-production875 ;user_agent="PHP"

Completed in 46 milliseconds