|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2020-07-09 07:25 UTC] cmb@php.net
-Status: Open
+Status: Verified
-PHP Version: 8.0Git-2020-07-09 (Git)
+PHP Version: 7.4
[2020-07-09 15:34 UTC] changochen1 at gmail dot com
[2020-07-10 08:09 UTC] cmb@php.net
[2020-12-22 19:00 UTC] enumag at gmail dot com
[2020-12-30 10:27 UTC] enumag at gmail dot com
[2021-01-14 08:17 UTC] enumag at gmail dot com
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 06 22:00:01 2025 UTC |
Description: ------------ LOG: --- php: /home/yongheng/php_clean/Zend/zend_types.h:1162: uint32_t zend_gc_delref(zend_refcounted_h *): Assertion `p->refcount > 0' failed. --- Run with `php -f poc.php >/dev/null` Test script: --------------- <? foreach ( new InfiniteIterator ( new ArrayIterator ( [ [] ] ) ) as $a ) $c[] = array ( $b.= 1) ;