Searched refs:get_browser (Results 1 – 8 of 8) sorted by relevance
/PHP-5.4/ext/standard/tests/misc/ |
H A D | get_browser_error.phpt | 2 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 D | get_browser_variation1.phpt | 2 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 D | get_browser_basic.phpt | 2 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 D | browsernames.inc | 4 * Common browser names. Used with: get_browser()
|
/PHP-5.4/ext/standard/ |
H A D | php_browscap.h | 27 PHP_FUNCTION(get_browser);
|
H A D | browscap.c | 469 PHP_FUNCTION(get_browser) in PHP_FUNCTION() argument
|
H A D | basic_functions.c | 3171 PHP_FE(get_browser, arginfo_get_browser)
|
/PHP-5.4/ |
H A D | NEWS | 986 . Fixed bug #64934 (Apache2 TS crash with get_browser()). (Anatol) 2914 . Fixed bug #54580 (get_browser() segmentation fault when browscap ini 4136 - Fixed bug #50267 (get_browser(null) does not use HTTP_USER_AGENT). (Jani)
|
Completed in 78 milliseconds