Home
last modified time | relevance | path

Searched refs:getCurrent (Results 1 – 9 of 9) sorted by relevance

/ext-fiber/tests/
H A Dfiber-get-current.phpt2 Fiber::getCurrent()
8 var_dump(Fiber::getCurrent());
11 var_dump(Fiber::getCurrent());
H A Dresume-running-fiber.phpt9 $self = Fiber::getCurrent();
H A Dfiber-status.phpt9 $fiber = Fiber::getCurrent();
/ext-fiber/stubs/
H A DFiber.php78 public static function getCurrent(): ?self {} function in Fiber
/ext-fiber/
H A Dfiber.stub.php26 public static function getCurrent(): ?Fiber {} function in Fiber
H A Dfiber_arginfo.h72 ZEND_METHOD(Fiber, getCurrent);
94 ZEND_ME(Fiber, getCurrent, arginfo_class_Fiber_getCurrent, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
H A DREADME.md106 public static function getCurrent(): ?self {}
135 `Fiber::getCurrent()` returns the currently executing `Fiber` instance or `NULL` if called from `{m…
/ext-fiber/examples/
H A D002-read-write.php66 $fiber = Fiber::getCurrent();
/ext-fiber/src/
H A Dfiber.c557 ZEND_METHOD(Fiber, getCurrent) in ZEND_METHOD() argument

Completed in 14 milliseconds