php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #79837 Assertion `0' failed in zend_get_type_by_const, segfault on release build
Submitted: 2020-07-11 20:15 UTC Modified: 2020-10-15 12:42 UTC
From: changochen1 at gmail dot com Assigned: nikic (profile)
Status: Closed 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 20:15 UTC] changochen1 at gmail dot com
Description:
------------
LOG:
---
php: /home/yongheng/php_clean/Zend/zend_API.c:130: const char *zend_get_type_by_const(int): Assertion `0' failed.
---

Test script:
---------------
<?
function a () {  }
unserialize ( serialize ( new ArrayIterator  ) ) [ array () ] -> b  = a () ;


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2020-10-15 12:42 UTC] nikic@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: nikic
 [2020-10-15 12:42 UTC] nikic@php.net
This no longer reproduces. Going by https://3v4l.org/PlFZO this appears to have been fixed in 8.0beta1.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue Jul 01 12:01:36 2025 UTC