php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #22781 plz delete this
Submitted: 2003-03-18 23:25 UTC Modified: 2003-03-18 23:50 UTC
From: nvm at nvm dot com Assigned:
Status: Not a bug Package: Scripting Engine problem
PHP Version: plz delete this OS: plz delete this
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: nvm at nvm dot com
New email:
PHP Version: OS:

 

 [2003-03-18 23:25 UTC] 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

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-03-18 23:50 UTC] nvm at nvm dot com
plz delete this
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 07 09:01:27 2024 UTC