Home
last modified time | relevance | path

Searched refs:get_browser (Results 1 – 8 of 8) sorted by relevance

/PHP-5.5/ext/standard/tests/misc/
H A Dget_browser_error.phpt2 Test get_browser() function : error functionality
17 /* Prototype : mixed get_browser([string browser_name [, bool return_array]])
28 echo "*** Testing get_browser() : error functionality ***\n";
31 var_dump( get_browser( 'foobar', true ) );
34 var_dump( get_browser( 'foobar', true, 15 ) );
37 var_dump( get_browser( null, 'foobar' ) );
42 *** Testing get_browser() : error functionality ***
114 Warning: get_browser() expects at most 2 parameters, 3 given in %s on line %d
117 Warning: get_browser(): HTTP_USER_AGENT variable is not set, cannot determine user agent name in %s…
H A Dget_browser_variation1.phpt2 Test get_browser() function : variation functionality: extra browser names
17 /* Prototype : mixed get_browser([string browser_name [, bool return_array]])
28 echo "*** Testing get_browser() : variation functionality: extra browser names ***\n";
32 var_dump( get_browser( $browsers[$x], true ) );
38 *** Testing get_browser() : variation functionality: extra browser names ***
H A Dget_browser_basic.phpt2 Test get_browser() function : basic functionality
17 /* Prototype : mixed get_browser([string browser_name [, bool return_array]])
28 echo "*** Testing get_browser() : basic functionality ***\n";
31 var_dump( get_browser( $browsers[$x], true ) );
37 *** Testing get_browser() : basic functionality ***
H A Dbrowsernames.inc4 * Common browser names. Used with: get_browser()
/PHP-5.5/ext/standard/
H A Dphp_browscap.h27 PHP_FUNCTION(get_browser);
H A Dbrowscap.c469 PHP_FUNCTION(get_browser) in PHP_FUNCTION() argument
H A Dbasic_functions.c3190 PHP_FE(get_browser, arginfo_get_browser)
/PHP-5.5/
H A DNEWS451 . Fixed bug #68021 (get_browser() browser_name_regex returns non-utf-8
1852 . Fixed bug #64934 (Apache2 TS crash with get_browser()). (Anatol)
4103 . Fixed bug #54580 (get_browser() segmentation fault when browscap ini
5325 - Fixed bug #50267 (get_browser(null) does not use HTTP_USER_AGENT). (Jani)

Completed in 51 milliseconds