Test: /Zend/tests/bug79778.phpt - Version 7.4.6        

Bug #79778 Assertion failure if dumping closure with unresolved static variable
Submitted: 2020-07-03 20:28:19 Modified: 2020-07-07 08:09:57
From: changochen1 Assigned: nikic
Status: Closed Package: Scripting Engine problem
PHP Version: 8.0Git-2020-07-03 (Git) OS:

There are 3 different diffs reported by users for this test.

Count Diff
2 (40%)
005+ UNKNOWN:0 005- string(14) "<constant ast>" 008- Closure Object 009- ( 010- [static] => Array 011- ( 012- [var] => <constant ast> 013- ) 009+ Termsig=11 015- )
2 (40%)
005+ UNKNOWN:0 005- string(14) "<constant ast>" 008+ php: /home/travis/build/acquia/php-src/Zend/zend_operators.c:917: __zval_get_string_func: Assertion `0' failed. 009+ Aborted (core dumped) 008- Closure Object 009- ( 010- [static] => Array 011- ( 012- [var] => <constant ast> 013- ) 011+ Termsig=6 015- )
1 (20%)
005+ UNKNOWN:0 005- string(14) "<constant ast>" 008+ Segmentation fault (core dumped) 008- Closure Object 009- ( 010- [static] => Array 011- ( 012- [var] => <constant ast> 013- ) 010+ Termsig=11 015- )