[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-bugs
Subject:    [DOC-BUGS] Doc #64087 [Com]: PHP5.4.3 print_r not showing array
From:       "alberto at tecnosur dot com dot mx" <php-bugs () lists ! php ! net>
Date:       2013-05-30 17:45:59
Message-ID: E1Ui6vH-0007mG-K5 () sgrv2 ! php ! net
[Download RAW message or body]

Edit report at https://bugs.php.net/bug.php?id=64087&edit=1

 ID:                 64087
 Comment by:         alberto at tecnosur dot com dot mx
 Reported by:        sainthyoga2003 at gmail dot com
 Summary:            PHP5.4.3 print_r not showing array
 Status:             Open
 Type:               Documentation Problem
 Package:            Documentation problem
 Operating System:   Windows 7 x64
 PHP Version:        5.4.11
 Block user comment: N
 Private report:     N

 New Comment:

This function will be removed from PHP as is, is deprecated.


Previous Comments:
------------------------------------------------------------------------
[2013-01-28 00:00:29] sainthyoga2003 at gmail dot com

Description:
------------
---
From manual page: http://www.php.net/function.get-browser#refsect1-function.get-
browser-examples
---
According with the first example, with print_r in the $navigation var it would 
show the complete array structure but else is now showing anything with the second 
parameter in true.

Test script:
---------------
<?php
echo $_SERVER['HTTP_USER_AGENT'] . "\n\n";

$navegador = get_browser(null, true);
print_r($navegador);
?>

Expected result:
----------------
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040803 
Firefox/0.9.3

Array
(
    [browser_name_regex] => ^mozilla/5\.0 (windows; .; windows nt 5\.1; .*rv:.*) 
gecko/.* firefox/0\.9.*$
    [browser_name_pattern] => Mozilla/5.0 (Windows; ?; Windows NT 5.1; *rv:*) 
Gecko/* Firefox/0.9*
    [parent] => Firefox 0.9
    [platform] => WinXP
    [browser] => Firefox
    [version] => 0.9
    [majorver] => 0
    [minorver] => 9
    [cssversion] => 2
    [frames] => 1
    [iframes] => 1
    [tables] => 1
    [cookies] => 1
    [backgroundsounds] =>
    [vbscript] =>
    [javascript] => 1
    [javaapplets] => 1
    [activexcontrols] =>
    [cdf] =>
    [aol] =>
    [beta] => 1
    [win16] =>
    [crawler] =>
    [stripper] =>
    [wap] =>
    [netclr] =>
)

or info according with my browsers: internet explorer 8, firefox 18, opera 12, 
chrome 24

Actual result:
--------------
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040803 
Firefox/0.9.3

or info according with my browsers: internet explorer 8, firefox 18, opera 12, 
chrome 24


------------------------------------------------------------------------



-- 
Edit this bug report at https://bugs.php.net/bug.php?id=64087&edit=1

-- 
PHP Documentation Bugs Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic