Home
last modified time | relevance | path

Searched refs:FiberError (Results 1 – 20 of 20) sorted by relevance

/ext-fiber/stubs/
H A DFiber.php17 * @throw FiberError If the fiber has already been started.
30 * @throw FiberError If the fiber has not started, is running, or has terminated.
43 * @throw FiberError If the fiber has not started, is running, or has terminated.
71 * @throws FiberError If the fiber has not terminated or the fiber threw an exception.
89 * @throws FiberError Thrown if not within a fiber (i.e., if called from {main}).
H A DFiberError.php6 final class FiberError extends Error class
/ext-fiber/tests/
H A Dfiber-error-construct.phpt2 FiberError cannot be constructed in user code
9 new FiberError;
16 The "FiberError" class is reserved for internal use and cannot be manually instantiated
H A Dsuspend-outside-fiber.phpt12 Fatal error: Uncaught FiberError: Cannot suspend outside of a fiber in %ssuspend-outside-fiber.php:…
H A Dsuspend-in-force-close-fiber-catching-exception.phpt20 } catch (FiberError $exception) {
H A Dresume-terminated-fiber.phpt16 Fatal error: Uncaught FiberError: Cannot resume a fiber that is not suspended in %sresume-terminate…
H A Ddouble-start.phpt18 Fatal error: Uncaught FiberError: Cannot start a fiber that has already been started in %sdouble-st…
H A Dresume-non-running-fiber.phpt14 Fatal error: Uncaught FiberError: Cannot resume a fiber that is not suspended in %sresume-non-runni…
H A Dget-return-from-unstarted-fiber.phpt14 Fatal error: Uncaught FiberError: Cannot get fiber return value: The fiber has not been started in …
H A Dthrow-into-non-running-fiber.phpt14 Fatal error: Uncaught FiberError: Cannot resume a fiber that is not suspended in %sthrow-into-non-r…
H A Dget-return-in-unfinished-fiber.phpt18 Fatal error: Uncaught FiberError: Cannot get fiber return value: The fiber has not returned in %sge…
H A Dresume-running-fiber.phpt17 Fatal error: Uncaught FiberError: Cannot resume a fiber that is not suspended in %sresume-running-f…
H A Dget-return-after-throwing.phpt22 Fatal error: Uncaught FiberError: Cannot get fiber return value: The fiber threw an exception in %s…
H A Dsuspend-in-force-close-fiber.phpt28 Next FiberError: Cannot suspend in a force-closed fiber in %ssuspend-in-force-close-fiber.php:%d
H A Dunfinished-fiber-with-throw-in-finally.phpt32 } catch (FiberError $exception) {
H A Dsuspend-in-force-close-fiber-after-shutdown.phpt30 Next FiberError: Cannot suspend in a force-closed fiber in %ssuspend-in-force-close-fiber-after-shu…
/ext-fiber/
H A Dfiber.stub.php46 final class FiberError extends Error class
H A DREADME.md45 * @throw FiberError If the fiber has already been started.
58 * @throw FiberError If the fiber has not started, is running, or has terminated.
71 * @throw FiberError If the fiber has not started, is running, or has terminated.
99 * @throws FiberError If the fiber has not terminated or the fiber threw an exception.
117 * @throws FiberError Thrown if not within a fiber (i.e., if called from {main}).
126 …e call to these methods. `Fiber::suspend()` will throw an instance of `FiberError` if called outsi…
133 …iber did not return a value). This function will throw an instance of `FiberError` if the fiber ha…
H A Dfiber_arginfo.h80 ZEND_METHOD(FiberError, __construct);
112 ZEND_ME(FiberError, __construct, arginfo_class_FiberError___construct, ZEND_ACC_PUBLIC)
/ext-fiber/src/
H A Dfiber.c572 ZEND_METHOD(FiberError, __construct) in ZEND_METHOD() argument

Completed in 29 milliseconds