Everything
php
Learn
Community
Releases
The PHP Project
Learn
Community
Releases
The PHP Project
Home
»
Project
»
Newsgroups
»
php.internals
»
Re: Why can constants only be scalars?
»
Re: Why can constants only be scalars?
php.internals
Jason Garber
22 years ago
Was this considered? $GLOBALS['foo'] = array('bar', 'baz'); function oink() { echo $GLOBALS['foo']; } ~Jason At 5/13/2004 11:29 AM -0400, Sean Coates wrote: