Home
last modified time | relevance | path

Searched refs:suspend (Results 51 – 75 of 121) sorted by relevance

12345

/php-src/ext/zend_test/
H A Dfiber.stub.php18 public static function suspend(mixed $value = null): mixed {} function in _ZendTestFiber
/php-src/Zend/tests/fibers/
H A Ddestructors_005.phpt20 Fiber::suspend(new stdClass);
25 Fiber::suspend(new stdClass);
H A Dexit-in-fiber.phpt7 Fiber::suspend();
H A Dresume.phpt7 $value = Fiber::suspend(1);
H A Dfiber-status.phpt20 Fiber::suspend();
25 Fiber::suspend();
H A Dgh10340-002.phpt8 Fiber::suspend();
H A Dreturn-by-ref.phpt7 Fiber::suspend();
H A Dgh10340-001.phpt7 Fiber::suspend();
H A Dcatch.phpt8 Fiber::suspend('test');
H A Dget-return.phpt7 $value = Fiber::suspend("x");
H A Dinvocable-class.phpt11 Fiber::suspend();
H A Dgh10496-002.phpt7 Fiber::suspend();
H A Dthrow.phpt7 Fiber::suspend('test');
H A Dgh9735-001.phpt17 Fiber::suspend();
H A Dgh10340-003.phpt16 Fiber::suspend();
H A Dgh9735-002.phpt13 Fiber::suspend();
H A Dgh9735-003.phpt14 Fiber::suspend();
H A Dgh9735-004.phpt14 Fiber::suspend();
H A Ddouble-start.phpt7 Fiber::suspend();
/php-src/Zend/
H A Dzend_fibers.stub.php31 public static function suspend(mixed $value = null): mixed {} function in Fiber
H A Dzend_fibers_arginfo.h50 ZEND_METHOD(Fiber, suspend);
64 ZEND_ME(Fiber, suspend, arginfo_class_Fiber_suspend, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
/php-src/ext/zend_test/tests/
H A Dfiber_test_02.phpt9 $value = _ZendTestFiber::suspend(1);
H A Dfiber_test_01.phpt9 $value = Fiber::suspend(123);
/php-src/ext/reflection/tests/
H A DReflectionFiber_basic.phpt12 Fiber::suspend();
87 string(7) "suspend"
/php-src/Zend/tests/
H A Dgh15330-002.phpt8 Fiber::suspend();

Completed in 19 milliseconds

12345