Home
last modified time | relevance | path

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

/PHP-8.1/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 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 Dresume-non-running-fiber.phpt12 Fatal error: Uncaught FiberError: Cannot resume a fiber that is not suspended in %sresume-non-runni…
H A Ddouble-start.phpt16 Fatal error: Uncaught FiberError: Cannot start a fiber that has already been started in %sdouble-st…
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 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 Dresume-previous-fiber.phpt20 Fatal error: Uncaught FiberError: Cannot resume a fiber that is not suspended in %sresume-previous-…
H A Dno-switch-dtor-resume.phpt25 Fatal error: Uncaught FiberError: Cannot switch fibers in current execution context in %sno-switch-…
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-…
H A Dno-switch-gc.phpt27 Fatal error: Uncaught FiberError: Cannot switch fibers in current execution context in %sno-switch-…
H A Dunfinished-fiber-with-throw-in-finally.phpt30 } catch (FiberError $exception) {
H A Dget-return-after-bailout.phpt27 Fatal error: Uncaught FiberError: Cannot get fiber return value: The fiber exited with a fatal erro…
/PHP-8.1/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)
H A Dzend_fibers.c897 ZEND_METHOD(FiberError, __construct) in ZEND_METHOD() argument

Completed in 25 milliseconds