Home
last modified time | relevance | path

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

12

/php-src/Zend/tests/fibers/
H A Dfiber-get-current.phpt2 Fiber::getCurrent()
6 var_dump(Fiber::getCurrent());
9 var_dump(Fiber::getCurrent());
H A Dgh10340-002.phpt7 $$y = Fiber::getCurrent();
H A Dgh10340-001.phpt6 $$y = Fiber::getCurrent();
H A Dgh10437.phpt7 var_dump(Fiber::getCurrent());
H A Dgh9735-001.phpt15 $fiber = Fiber::getCurrent();
H A Dgh10340-003.phpt15 $$y = Fiber::getCurrent();
H A Dgh9735-002.phpt19 $fiber = Fiber::getCurrent();
H A Dgh9735-003.phpt13 $fiber = Fiber::getCurrent();
H A Dgh9735-004.phpt13 $fiber = Fiber::getCurrent();
H A Dgh9735-008.phpt22 f(Fiber::getCurrent(), g());
H A Dgh9735-005.phpt19 $fiber = Fiber::getCurrent();
H A Dgh9735-009.phpt22 f(Fiber::getCurrent(), g());
H A Dgh9735-006.phpt22 $fiber = Fiber::getCurrent();
H A Dgh9735-007.phpt13 $fiber = Fiber::getCurrent();
H A Dresume-running-fiber.phpt7 $self = Fiber::getCurrent();
H A Dticks.phpt9 if (Fiber::getCurrent() !== null) {
H A Dresume-previous-fiber.phpt7 $fiber1 = Fiber::getCurrent();
H A Dsignal-async.phpt12 if (Fiber::getCurrent() !== null) {
H A Dsignal-dispatch.phpt10 if (Fiber::getCurrent() !== null) {
H A Dfiber-status.phpt7 $fiber = Fiber::getCurrent();
/php-src/Zend/tests/
H A Dbug73753.phpt17 function getCurrent($a) {
22 return iterate(getCurrent($a), $a);
/php-src/Zend/
H A Dzend_fibers.stub.php29 public static function getCurrent(): ?Fiber {} function in Fiber
H A Dzend_fibers_arginfo.h49 ZEND_METHOD(Fiber, getCurrent);
63 ZEND_ME(Fiber, getCurrent, arginfo_class_Fiber_getCurrent, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
/php-src/sapi/phpdbg/tests/
H A Dgh13827.phpt7 $fiber = Fiber::getCurrent();
/php-src/ext/reflection/tests/
H A DReflectionFiber_basic.phpt7 $reflection = new ReflectionFiber(Fiber::getCurrent());

Completed in 22 milliseconds

12