Home
last modified time | relevance | path

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

/PHP-8.0/ext/reflection/tests/
H A D015.phpt4 user_agent=php
9 var_dump($inis["user_agent"]);
/PHP-8.0/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.0/ext/standard/tests/streams/
H A Dstream_context_set_option_basic.phpt17 'user_agent' => 'PHPT Agent',
34 ["user_agent"]=>
/PHP-8.0/ext/soap/tests/
H A Dcustom_content_type.phpt31 'user_agent' => 'Vincent JARDIN, test headers',
57 'user_agent' => 'Vincent JARDIN, test headers',
/PHP-8.0/ext/standard/
H A Dfile.h91 char *user_agent; /* for the http wrapper */ member
H A Dhttp_fopen_wrapper.c584 } else if (FG(user_agent)) { in php_stream_url_wrap_http_ex()
585 ua_str = FG(user_agent); in php_stream_url_wrap_http_ex()
H A Dbasic_functions.stub.php376 function get_browser(?string $user_agent = null, bool $return_array = false): object|array|false {} argument
H A Dfile.c157 …STD_PHP_INI_ENTRY("user_agent", NULL, PHP_INI_ALL, OnUpdateString, user_agent, php_file_globals, f…
H A Dbasic_functions_arginfo.h585 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, user_agent, IS_STRING, 1, "null")
/PHP-8.0/ext/soap/
H A Dphp_http.c610 } 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-8.0/
H A Dphp.ini-development877 ;user_agent="PHP"
H A Dphp.ini-production879 ;user_agent="PHP"

Completed in 68 milliseconds