|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2009-05-07 16:59 UTC] lbarnaud@php.net
[2009-05-12 12:37 UTC] foolged at inbox dot ru
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 15:00:02 2025 UTC |
Description: ------------ $a = array ('id'=>'abc'); if (isset($a['id']['BUG'])) echo 'BUG!!!!!!!!'; $a = array ('id'=>'abc'); echo $a['id']['BUG']." <-BUGGGGG!!!!!!";