Won't you then have to recursively initialise multiple dimension arrays? $a = array(); $a[0] = array();
Otherwise, isn't this implicitly creating arrays? (I didn't quite understand the last time) Jevon ----- Original Message ----- From: "Jason Garber" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, May 08, 2004 12:25 PM Subject: Re: [PHP-DEV] Implicit Arrays and E_STRICT > I would view implicit array creation as a slightly negative thing, similar > to accessing the value of a variable that does not exist. > > We run in E_ALL mode and write our code to avoid all E_NOTICEs. For > instance, before using an array, I always initialize it using $aItems = > array(); > > I'm in favor of issuing an E_NOTICE in response to this. > > ~Jason > > At 5/8/2004 12:43 AM +0200, Marcus Boerger wrote: > >Hello Sara, > > > >i like to see one of those too and i have no preference for one of them. > > > >marcus > > > >Friday, May 7, 2004, 11:05:15 PM, you wrote: > > > > > This topic got quietly dropped last week, but I'd like to make one last > > > plea. I'd like to see Zend throw an E_STRICT when arrays are implicitly > > > created. I know there were objections to E_NOTICE, but did anyone have > > > violent objections to E_STRICT? > > > > > -Sara > > > > > > > > > >-- > >Best regards, > > Marcus mailto:[EMAIL PROTECTED] > > > >-- > >PHP Internals - PHP Runtime Development Mailing List > >To unsubscribe, visit: http://www.php.net/unsub.php > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php