Home
last modified time | relevance | path

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

12

/PHP-8.2/Zend/tests/fibers/
H A Dfiber-error-construct.phpt2 FiberError cannot be constructed in user code
7 new FiberError;
14 The "FiberError" class is reserved for internal use and cannot be manually instantiated
H A Dsignal-dispatch.phpt22 } catch (FiberError $e) {
38 FiberError: Cannot switch fibers in current execution context in %ssignal-dispatch.php:%d
H A Dsuspend-outside-fiber.phpt10 Fatal error: Uncaught FiberError: Cannot suspend outside of a fiber in %ssuspend-outside-fiber.php:…
H A Dsuspend-in-force-close-fiber-catching-exception.phpt18 } catch (FiberError $exception) {
H A Dresume-terminated-fiber.phpt14 Fatal error: Uncaught FiberError: Cannot resume a fiber that is not suspended in %sresume-terminate…
H A Ddouble-start.phpt16 Fatal error: Uncaught FiberError: Cannot start a fiber that has already been started in %sdouble-st…
H A Dresume-non-running-fiber.phpt12 Fatal error: Uncaught FiberError: Cannot resume a fiber that is not suspended in %sresume-non-runni…
H A Dmultiple-calls-to-ctor.phpt16 Fatal error: Uncaught FiberError: Cannot call constructor twice in %smultiple-calls-to-ctor.php:%d
H A Dget-return-from-unstarted-fiber.phpt12 Fatal error: Uncaught FiberError: Cannot get fiber return value: The fiber has not been started in …
H A Dget-return-in-unfinished-fiber.phpt16 Fatal error: Uncaught FiberError: Cannot get fiber return value: The fiber has not returned in %sge…
H A Dresume-running-fiber.phpt15 Fatal error: Uncaught FiberError: Cannot resume a fiber that is not suspended in %sresume-running-f…
H A Dthrow-into-non-running-fiber.phpt12 Fatal error: Uncaught FiberError: Cannot resume a fiber that is not suspended in %sthrow-into-non-r…
H A Dno-switch-dtor-start.phpt15 Fatal error: Uncaught FiberError: Cannot switch fibers in current execution context in %sno-switch-…
H A Dsuspend-in-force-close-fiber.phpt20 Fatal error: Uncaught FiberError: Cannot suspend in a force-closed fiber in %ssuspend-in-force-clos…
H A Dcall-to-ctor-of-terminated-fiber.phpt22 Fatal error: Uncaught FiberError: Cannot call constructor twice in %scall-to-ctor-of-terminated-fib…
H A Dget-return-after-throwing.phpt20 Fatal error: Uncaught FiberError: Cannot get fiber return value: The fiber threw an exception in %s…
H A Dno-switch-dtor-suspend.phpt18 Fatal error: Uncaught FiberError: Cannot switch fibers in current execution context in %sno-switch-…
H A Dsuspend-in-force-close-fiber-after-shutdown.phpt22 Fatal error: Uncaught FiberError: Cannot suspend in a force-closed fiber in %ssuspend-in-force-clos…
H A Dticks.phpt26 Fatal error: Uncaught FiberError: Cannot switch fibers in current execution context in %sticks.php:…
H A Dno-switch-dtor-resume.phpt25 Fatal error: Uncaught FiberError: Cannot switch fibers in current execution context in %sno-switch-…
H A Dresume-previous-fiber.phpt20 Fatal error: Uncaught FiberError: Cannot resume a fiber that is not suspended in %sresume-previous-…
H A Dno-switch-force-close-finally.phpt26 Fatal error: Uncaught FiberError: Cannot switch fibers in current execution context in %sno-switch-…
H A Dno-switch-dtor-throw.phpt25 Fatal error: Uncaught FiberError: Cannot switch fibers in current execution context in %sno-switch-…
/PHP-8.2/Zend/
H A Dzend_fibers.stub.php34 final class FiberError extends Error class
H A Dzend_fibers_arginfo.h52 ZEND_METHOD(FiberError, __construct);
72 ZEND_ME(FiberError, __construct, arginfo_class_FiberError___construct, ZEND_ACC_PUBLIC)

Completed in 29 milliseconds

12