From:             rm_dani at yahoo dot com
Operating system: windows XP sp2
PHP version:      5.0.3
PHP Bug Type:     Output Control
Bug description:  the double array's content is not displayed

Description:
------------
just test the followings:

$bug[0][0] = "Bug in PHP4.0.4";
echo "Display the bug: $bug[0][0]";
echo "Display the bug: ". $bug[0][0];


I doubt that's a feature:D

Kind regards,
Daniel

Reproduce code:
---------------
$bug[0][0] = "Bug in PHP4.0.4";
echo "Display the bug: $bug[0][0]";
echo "Display the bug: ". $bug[0][0];


Expected result:
----------------
Display the bug: Bug in PHP4.0.4
Display the bug: Bug in PHP4.0.4

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

the PHP4.0.4 string is due to the original version of PHP I was using and
I've discovered it...


-- 
Edit bug report at http://bugs.php.net/?id=31365&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=31365&r=trysnapshot4
Try a CVS snapshot (php5.0): 
http://bugs.php.net/fix.php?id=31365&r=trysnapshot50
Try a CVS snapshot (php5.1): 
http://bugs.php.net/fix.php?id=31365&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=31365&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=31365&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=31365&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=31365&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=31365&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=31365&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=31365&r=notwrong
Not enough info:             
http://bugs.php.net/fix.php?id=31365&r=notenoughinfo
Submitted twice:             
http://bugs.php.net/fix.php?id=31365&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=31365&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=31365&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=31365&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=31365&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=31365&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=31365&r=float
No Zend Extensions:          http://bugs.php.net/fix.php?id=31365&r=nozend
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=31365&r=mysqlcfg

Reply via email to