Searched refs:agent (Results 1 – 11 of 11) sorted by relevance
/PHP-5.6/ext/curl/tests/ |
H A D | curl_basic_005.phpt | 2 Test curl_opt() function with user agent 20 echo '*** Testing curl with user agent ***' . "\n"; 37 *** Testing curl with user agent ***
|
/PHP-5.6/ext/standard/ |
H A D | browscap.c | 478 zval **agent, **z_agent_name, **http_user_agent; in PHP_FUNCTION() local 517 …if (zend_hash_find(bdata->htab, lookup_browser_name, agent_name_len + 1, (void **) &agent) == FAIL… in PHP_FUNCTION() 522 agent = &found_browser_entry; in PHP_FUNCTION() 523 …nd(bdata->htab, DEFAULT_SECTION_NAME, sizeof(DEFAULT_SECTION_NAME), (void **) &agent) == FAILURE) { in PHP_FUNCTION() 531 …zend_hash_copy(Z_ARRVAL_P(return_value), Z_ARRVAL_PP(agent), (copy_ctor_func_t) browscap_zval_copy… in PHP_FUNCTION() 535 …zend_hash_copy(Z_OBJPROP_P(return_value), Z_ARRVAL_PP(agent), (copy_ctor_func_t) browscap_zval_cop… in PHP_FUNCTION() 538 …while (zend_hash_find(Z_ARRVAL_PP(agent), "parent", sizeof("parent"), (void **) &z_agent_name) == … in PHP_FUNCTION() 539 …ata->htab, Z_STRVAL_PP(z_agent_name), Z_STRLEN_PP(z_agent_name) + 1, (void **)&agent) == FAILURE) { in PHP_FUNCTION() 544 …zend_hash_merge(Z_ARRVAL_P(return_value), Z_ARRVAL_PP(agent), (copy_ctor_func_t) browscap_zval_cop… in PHP_FUNCTION() 547 …zend_hash_merge(Z_OBJPROP_P(return_value), Z_ARRVAL_PP(agent), (copy_ctor_func_t) browscap_zval_co… in PHP_FUNCTION()
|
/PHP-5.6/ext/standard/tests/general_functions/ |
H A D | 001.phpt | 6 $agent = sprintf("%.5s", "James Bond, 007"); 9 if ($agent == "James") {
|
/PHP-5.6/ext/zlib/tests/ |
H A D | bug65391.phpt | 2 Bug #65391 (Unable to send vary header user-agent when ob_start('ob_gzhandler') is called)
|
/PHP-5.6/ext/snmp/tests/ |
H A D | README | 12 SNMP_HOSTNAME : IPv4 of remote SNMP agent 13 SNMP_HOSTNAME : IPv6 or remote SNMP agent
|
H A D | snmp_include.inc | 4 By default tests will try to access SNMP agent @ '127.0.0.1:161' and will use 'public' community fo…
|
/PHP-5.6/ext/standard/tests/misc/ |
H A D | get_browser_error.phpt | 117 Warning: get_browser(): HTTP_USER_AGENT variable is not set, cannot determine user agent name in %s…
|
H A D | browscap.ini | 4628 [ezic.com http agent *] 4748 [libcurl-agent/*]
|
/PHP-5.6/ |
H A D | php.ini-development | 843 ; http://php.net/user-agent
|
H A D | php.ini-production | 843 ; http://php.net/user-agent
|
H A D | NEWS | 3215 . Fixed bug #65391 (Unable to send vary header user-agent when
|
Completed in 211 milliseconds