Searched refs:from (Results 1 – 25 of 33) sorted by relevance
12
2 Fiber::getReturn() from unstarted fiber14 …ot get fiber return value: The fiber has not been started in %sget-return-from-unstarted-fiber.php…16 #0 %sget-return-from-unstarted-fiber.php(%d): Fiber->getReturn()18 thrown in %sget-return-from-unstarted-fiber.php on line %d
20 Fatal error: Uncaught Exception in %sthrow-from-destruct-with-fiber.php:%d22 #0 %sthrow-from-destruct-with-fiber.php(%d): class@anonymous->__destruct()24 thrown in %sthrow-from-destruct-with-fiber.php on line %d
2 Exit from fiber
2 Suspend in force-closed fiber, catching exception thrown from destructor
2 Test throwing from fiber
2 Out of Memory from recursive fiber creation
2 Make sure exceptions are rethrown when throwing from fiber destructor
2 Fiber throwing from destructor
81 ; restore RSP (pointing to context-data) from X198 ; return transfer_t from jump106 ; restore stack from GP + FPU
83 # restore RSP (pointing to context-data) from X1100 # return transfer_t from jump108 # restore stack from GP + FPU
63 @ restore RSP (pointing to context-data) from A276 @ return transfer_t from jump
69 @ restore RSP (pointing to context-data) from A287 @ return transfer_t from jump
104 # restore SP (pointing to context-data) from A0136 # return transfer_t from jump144 # restore stack from GP + FPU
84 # get SP (pointing to new context-data) from a0 param115 move $a0, $v0 # move old sp from v0 to a0 as param116 move $v1, $a1 # move *data from a1 to v1 as return
62 mflr %r0 # return address from LR
76 # restore SP (pointing to context-data) from A1106 # return transfer_t from jump
121 # restore return address from R6
51 # restore return address from R6
140 # restore RSP (pointing to context-data) from R3143 # restore RSP (pointing to context-data) from R4
48 # restore RSP (pointing to context-data) from R4
43 * @return mixed Value from the first suspension point or NULL if the fiber returns.51 * Resumes the fiber, returning the given value from {@see Fiber::suspend()}.56 * @return mixed Value from the next suspension point or NULL if the fiber returns.64 * Throws the given exception into the fiber from {@see Fiber::suspend()}.69 * @return mixed Value from the next suspension point or NULL if the fiber returns.111 * Cannot be called from {main}.113 * @param mixed $value Value to return from {@see Fiber::resume()} or {@see Fiber::throw()}.117 * @throws FiberError Thrown if not within a fiber (i.e., if called from {main}).126 … thrown from the call to these methods. `Fiber::suspend()` will throw an instance of `FiberError` …130 * returning a value from `Fiber::suspend()` using `Fiber->resume()`[all …]
19 derived from this software without prior written permission. For22 4. Products derived from this software may not be called "PHP", nor24 from group@php.net. You may indicate that your software works in29 license from time to time. Each version will be given a41 "This product includes PHP software, freely available from
109 typedef void (*zend_observer_fiber_switch_handler)(zend_fiber *from, zend_fiber *to);
Completed in 30 milliseconds