ID:               22781
 User updated by:  nvm at nvm dot com
-Summary:          variable cant begin with '<T'
-Reported By:      accerqueira at superig dot com dot br
+Reported By:      nvm at nvm dot com
-Status:           Open
+Status:           Bogus
 Bug Type:         Zend Engine 2 problem
-Operating System: All
+Operating System: plz delete this
-PHP Version:      4.3.1
+PHP Version:      plz delete this
 New Comment:

plz delete this


Previous Comments:
------------------------------------------------------------------------

[2003-03-18 23:25:36] nvm at nvm dot com

$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 this bug report at http://bugs.php.net/?id=22781&edit=1

Reply via email to