|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2020-07-11 08:27 UTC] twosee@php.net
[2020-07-11 20:06 UTC] changochen1 at gmail dot com
-Status: Open
+Status: Closed
[2020-07-11 20:06 UTC] changochen1 at gmail dot com
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 06 06:00:02 2025 UTC |
Description: ------------ LOG: php: /home/yongheng/php_clean/Zend/zend_objects_API.h:102: zend_property_info *zend_get_property_info_for_slot(zend_object *, zval *): Assertion `prop_num >= 0 && prop_num < obj->ce->default_properties_count' failed. Test script: --------------- <? ob_start ( function () use ( & $a ) { $a = new ReflectionClass ( new ArrayIterator ) ; } , 20 ) > var_dump ( $GLOBALS ) ;