|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2020-07-07 08:54 UTC] nikic@php.net
-Summary: Assertion `0' failed in increment_function
+Summary: "Illegal offset type" exception during AST
evaluation not handled properly
-Assigned To:
+Assigned To: nikic
[2020-07-07 08:57 UTC] nikic@php.net
[2020-07-07 08:57 UTC] nikic@php.net
-Status: Assigned
+Status: Closed
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 03:00:02 2025 UTC |
Description: ------------ LOG: --- php: /home/yongheng/php_clean/Zend/zend_operators.c:2380: int increment_function(zval *): Assertion `0' failed. --- Test script: --------------- <? b () ; function b ( $a = array () [ array () ] ) { ++ $c [ function () { }]; }