Home
last modified time | relevance | path

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

/PHP-8.2/ext/reflection/tests/
H A D015.phpt4 user_agent=php
9 var_dump($inis["user_agent"]);
/PHP-8.2/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-8.2/ext/standard/tests/streams/
H A Dstream_context_set_option_basic.phpt17 'user_agent' => 'PHPT Agent',
34 ["user_agent"]=>
/PHP-8.2/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-8.2/ext/soap/tests/
H A Dcustom_content_type.phpt33 'user_agent' => 'Vincent JARDIN, test headers',
59 'user_agent' => 'Vincent JARDIN, test headers',
/PHP-8.2/ext/standard/
H A Dfile.h92 char *user_agent; /* for the http wrapper */ member
H A Dhttp_fopen_wrapper.c582 } else if (FG(user_agent)) { in php_stream_url_wrap_http_ex()
583 ua_str = FG(user_agent); in php_stream_url_wrap_http_ex()
H A Dfile.c167 …STD_PHP_INI_ENTRY("user_agent", NULL, PHP_INI_ALL, OnUpdateString, user_agent, php_file_globals, f…
H A Dbasic_functions.stub.php1392 function get_browser(?string $user_agent = null, bool $return_array = false): object|array|false {} argument
H A Dbasic_functions_arginfo.h598 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, user_agent, IS_STRING, 1, "null")
/PHP-8.2/ext/soap/
H A Dphp_http.c604 } else if (FG(user_agent)) { in make_http_soap_request()
606 smart_str_appends(&soap_headers, FG(user_agent)); in make_http_soap_request()
/PHP-8.2/
H A Dphp.ini-development877 ;user_agent="PHP"
H A Dphp.ini-production879 ;user_agent="PHP"

Completed in 62 milliseconds