[PHP-DEV] Bug #4659: GLOBALS variable does not report 'array' type but 'string' From: cranx <email protected>
Date: 05/29/00

From: cranx <email protected>
Operating system: redhat linux 5.2 / 2.2.10 / i586
PHP version: Earlier? Upgrade first!
PHP Bug Type: Misbehaving function
Bug description: GLOBALS variable does not report 'array' type but 'string'

this one is for 3.0.11, i'll check 3.0.16-win32 as it finishes downloading

gettype($GLOBALS) returns 'string' instead of 'array',
and each($GLOBALS) reports that $GLOBALS is not an array, however i can get
the global variable values out of it in the standard way $GLOBALS["PHP_SELF"] for eg.

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>