|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2020-07-07 08:05 UTC] nikic@php.net
-Assigned To:
+Assigned To: nikic
[2020-07-07 08:09 UTC] nikic@php.net
-Summary: Assertion fail in __zval_get_string_func, which
causes segfault in release buil
+Summary: Assertion failure if dumping closure with unresolved
static variable
[2020-07-07 08:21 UTC] nikic@php.net
[2020-07-07 08:21 UTC] nikic@php.net
-Status: Assigned
+Status: Closed
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 09:00:01 2025 UTC |
Description: ------------ Log: /home/yongheng/php-src/Zend/zend_operators.c:915: zend_string *__zval_get_string_func(zval *, zend_bool): Assertion `0' failed. Cmdline: php -f poc Test script: --------------- <? print_r ( function () {static $a = b;}) ;