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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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: Thu Dec 26 17:01:31 2024 UTC