|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-03-18 23:50 UTC] nvm at nvm dot com
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Sat Jan 03 00:00:02 2026 UTC |
$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