|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits              [2020-07-07 13:34 UTC] nikic@php.net
 
-Status: Open
+Status: Duplicate
  [2020-07-07 13:34 UTC] nikic@php.net
 | |||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 11:00:01 2025 UTC | 
Description: ------------ LOG: --- php: /home/yongheng/php_clean/Zend/zend_hash.c:731: zval *_zend_hash_add_or_update_i(HashTable *, zend_string *, zval *, uint32_t): Assertion `(zend_gc_refcount(&(ht)->gc) == 1) || ((ht)->u.flags & (1<<6))' failed. --- Test script: --------------- <? try { define ( ob_start ( function () { global $a ; list ( $a ) = $b ; } , 20 ) ) ; } catch ( Error ) { $a [ $c ] = 'x' ; }