Closed
Description
Description
The following code:
<?php
match($y=y){};
session_set_save_handler(new SessionHandler);
session_start();
Resulted in this output:
php: ext/opcache/jit/zend_jit_ir.c:8816: int zend_jit_init_fcall(zend_jit_ctx *, const zend_op *, uint32_t, const zend_op_array *, zend_ssa *, const zend_ssa_op *, int, zend_jit_trace_rec *, int): Assertion `call_level > 0' failed.
Aborted (core dumped)
To reproduce:
-d "opcache.jit_hot_func=1" -d "zend_extension=/php-src/modules/opcache.so" -d "opcache.enable_cli=1" -d "opcache.jit=1235"
PHP Version
nightly
Operating System
ubuntu 22.04