|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2020-07-09 07:10 UTC] cmb@php.net
-Status: Open
+Status: Verified
-PHP Version: 8.0Git-2020-07-09 (Git)
+PHP Version: 7.3.20
[2020-07-09 07:10 UTC] cmb@php.net
[2020-07-10 11:13 UTC] nikic@php.net
-Summary: Assertion `0' failed. in
__zval_get_string_func
+Summary: str_replace() does not handle INDIRECT
elements
-Status: Verified
+Status: Assigned
-Assigned To:
+Assigned To: nikic
[2020-07-10 12:10 UTC] nikic@php.net
[2020-07-10 12:10 UTC] nikic@php.net
-Status: Assigned
+Status: Closed
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 13:00:01 2025 UTC |
Description: ------------ php: /home/yongheng/php_clean/Zend/zend_operators.c:915: zend_string *__zval_get_string_func(zval *, zend_bool): Assertion `0' failed. Test script: --------------- <? switch ( $a ) { case str_replace('x' , array () , $GLOBALS ); }