-
Couldn't load subscription status.
- Fork 8k
Closed as not planned
Description
Description
The following code:
<?php
$test = new _ZendTestFiber(function (): void {
});
$test->start();
$fusion = $test;
$value = $fusion->start();Resulted in this output:
/php-src/ext/zend_test/fiber.c:253: void zim__ZendTestFiber_start(zend_execute_data *, zval *): Assertion `fiber->context.status == ZEND_FIBER_STATUS_INIT' failed.
Aborted (core dumped)
PHP Version
nightly
Operating System
ubuntu 22.04