ID: 33211 Updated by: [EMAIL PROTECTED] Reported By: dmitrysp at yandex dot ru -Status: Open +Status: Bogus Bug Type: *General Issues Operating System: Windows XP PHP Version: 5.0.4 New Comment:
Sorry, but your problem does not imply a bug in PHP itself. For a list of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php as this bug system is not the appropriate forum for asking support questions. Due to the volume of reports we can not explain in detail here why your report is not a bug. The support channels will be able to provide an explanation for you. Thank you for your interest in PHP. Please use Support Center for reporting issues related to Zend products: http://www.zend.com/support/. Previous Comments: ------------------------------------------------------------------------ [2005-06-01 13:22:55] dmitrysp at yandex dot ru Description: ------------ Only after encoding in ZendSafeGuard-3.1.0b-Windows-i386.exe: is_array() return erroneous result. Reproduce code: --------------- <? function test() { $GLOBALS[$var]=unserialize($buf); // worked, ok echo gettype($GLOBALS[$var]); // print "array", ok vad_dump($GLOBALS[$var]); // print array, ok if (is_array($GLOBALS[$var])) ... // FALSE - BUG } ?> Expected result: ---------------- php5 + is_array() + zendencoder must be work. Actual result: -------------- in accord manual http://php.net/is_array ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=33211&edit=1
