php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #79831 Assertion `0' failed in increment_function
Submitted: 2020-07-11 03:41 UTC Modified: 2020-07-11 20:36 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: changochen1 at gmail dot com Assigned: nikic (profile)
Status: Assigned Package: Scripting Engine problem
PHP Version: 8.0Git-2020-07-11 (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-11 03:41 UTC] changochen1 at gmail dot com
Description:
------------
LOG:
---
php: /home/yongheng/php_clean/Zend/zend_operators.c:2380: int increment_function(zval *): Assertion `0' failed.
---

Test script:
---------------
<?
set_error_handler ( function () {
    array_pop ( $GLOBALS ) ;
}).$a ++ ;


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2020-07-11 07:52 UTC] twosee@php.net
-Status: Open +Status: Assigned -Assigned To: +Assigned To: twosee
 [2020-07-11 20:36 UTC] twosee@php.net
-Assigned To: twosee +Assigned To: nikic
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Dec 04 08:01:29 2024 UTC