php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #79789 Assertion `!(executor_globals.exception) || ret == T_ERROR' failed
Submitted: 2020-07-04 18:33 UTC Modified: 2020-07-07 10:03 UTC
From: changochen1 at gmail dot com Assigned:
Status: Duplicate Package: Scripting Engine problem
PHP Version: 8.0Git-2020-07-04 (Git) OS:
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: changochen1 at gmail dot com
New email:
PHP Version: OS:

 

 [2020-07-04 18:33 UTC] changochen1 at gmail dot com
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 () ;


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2020-07-07 10:03 UTC] nikic@php.net
-Status: Open +Status: Duplicate
 [2020-07-07 10:03 UTC] nikic@php.net
This has the same root cause as bug #79790.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Nov 23 13:01:29 2024 UTC