| 
        php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits             
             [2020-07-03 19:31 UTC] changochen1 at gmail dot com
 
-Summary: void zend_throw_unwind_exit(): Assertion
          `!(executor_globals.exception)' failed
+Summary: Assertion `!(executor_globals.exception)' failed,
          which cause memory leak
  [2020-07-03 19:31 UTC] changochen1 at gmail dot com
  [2020-07-03 19:32 UTC] changochen1 at gmail dot com
  [2020-07-04 08:00 UTC] nikic@php.net
  [2020-07-04 08:00 UTC] nikic@php.net
 
-Status: Open
+Status: Closed
  | 
    |||||||||||||||||||||||||||||||||||||
            
                 
                Copyright © 2001-2025 The PHP GroupAll rights reserved.  | 
        Last updated: Tue Nov 04 04:00:01 2025 UTC | 
Description: ------------ We found an assertion failed in the php script engine. Test case: --- <?php die ( function() {}) ; ?> --- CMDline: php -f poc