From:             accerqueira at superig dot com dot br
Operating system: All
PHP version:      4.3.1
PHP Bug Type:     Zend Engine 2 problem
Bug description:  variable cant begin with '<T'

$array_test[0] = '<T this will not show';
$array_test[1] = 'this is (but shouldnt be) element 0';
print_r($array_test);


it gives:
Array
(
    [0] =>  this is (but shouldnt be) element 0
)

it affects variables that are not arrays too
-- 
Edit bug report at http://bugs.php.net/?id=22781&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=22781&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=22781&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=22781&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=22781&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=22781&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=22781&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=22781&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=22781&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=22781&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=22781&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=22781&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=22781&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=22781&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=22781&r=gnused

Reply via email to