Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assertion failure zend_operators.c:1045: __zval_get_string_func: Assertion `0' failed #17028

Closed
YuanchengJiang opened this issue Dec 3, 2024 · 1 comment

Comments

@YuanchengJiang
Copy link

Description

The following code:

<?php
namespace ns;
require_once dirname(__DIR__) . "/test_setup/test_helpers.inc";

Resulted in this output (JIT 1111):

php: /home/phpfuzz/WorkSpace/php-src/Zend/zend_operators.c:1045: __zval_get_string_func: Assertion `0' failed.
Aborted (core dumped)

Related: #16185

PHP Version

nightly

Operating System

ubuntu 22.04

@nielsdos
Copy link
Member

nielsdos commented Dec 3, 2024

Duplicate of #15981

@nielsdos nielsdos marked this as a duplicate of #15981 Dec 3, 2024
@nielsdos nielsdos closed this as not planned Won't fix, can't repro, duplicate, stale Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants