|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2020-10-15 12:42 UTC] nikic@php.net
-Status: Open
+Status: Closed
-Assigned To:
+Assigned To: nikic
[2020-10-15 12:42 UTC] nikic@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 23:00:01 2025 UTC |
Description: ------------ LOG: --- php: /home/yongheng/php_clean/Zend/zend_API.c:130: const char *zend_get_type_by_const(int): Assertion `0' failed. --- Test script: --------------- <? function a () { } unserialize ( serialize ( new ArrayIterator ) ) [ array () ] -> b = a () ;