-
Notifications
You must be signed in to change notification settings - Fork 8k
Closed
@YuanchengJiang
Description
Description
The following code:
<?php $test = new _ZendTestFiber(function (): void { $fiber->start(); }); var_dump($test->start());
Resulted in this output:
/php-src/Zend/zend_builtin_functions.c:1893: void zend_fetch_debug_backtrace(zval *, int, int, int): Assertion `call->func' failed.
Aborted (core dumped)
Not sure if it can be triggered in other ways without testclass.
PHP Version
PHP 8.4.0-dev
Operating System
ubuntu 22.04