|
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-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Nov 03 11:00:02 2025 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