|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2020-07-07 10:03 UTC] nikic@php.net
-Status: Open
+Status: Duplicate
[2020-07-07 10:03 UTC] nikic@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 19:00:02 2025 UTC |
Description: ------------ LOG: --- php: /home/yongheng/php_clean/Zend/zend_compile.c:1792: int zendlex(zend_parser_stack_elem *): Assertion `!(executor_globals.exception) || ret == T_ERROR' failed. --- Test script: --------------- <? function b ( $a = array () [ array () ] ) { eval ( 2 );} b () ;