Home
last modified time | relevance | path

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

12

/ext-fiber/tests/
H A Dget-return-from-unstarted-fiber.phpt2 Fiber::getReturn() from unstarted fiber
14 …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
H A Dthrow-from-destruct-with-fiber.phpt20 Fatal error: Uncaught Exception in %sthrow-from-destruct-with-fiber.php:%d
22 #0 %sthrow-from-destruct-with-fiber.php(%d): class@anonymous->__destruct()
24 thrown in %sthrow-from-destruct-with-fiber.php on line %d
H A Dexit-in-fiber.phpt2 Exit from fiber
H A Dsuspend-in-force-close-fiber-catching-exception.phpt2 Suspend in force-closed fiber, catching exception thrown from destructor
H A Dfailing-fiber.phpt2 Test throwing from fiber
H A Dout-of-memory-in-recursive-fiber.phpt2 Out of Memory from recursive fiber creation
H A Dthrow-during-fiber-destruct.phpt2 Make sure exceptions are rethrown when throwing from fiber destructor
H A Dfiber-throw-in-destruct.phpt2 Fiber throwing from destructor
H A Dfailing-nested-fiber.phpt2 Test throwing from fiber
/ext-fiber/boost/asm/
H A Djump_arm64_aapcs_macho_gas.S81 ; restore RSP (pointing to context-data) from X1
98 ; return transfer_t from jump
106 ; restore stack from GP + FPU
H A Djump_arm64_aapcs_elf_gas.S83 # restore RSP (pointing to context-data) from X1
100 # return transfer_t from jump
108 # restore stack from GP + FPU
H A Djump_arm_aapcs_elf_gas.S63 @ restore RSP (pointing to context-data) from A2
76 @ return transfer_t from jump
H A Djump_arm_aapcs_macho_gas.S69 @ restore RSP (pointing to context-data) from A2
87 @ return transfer_t from jump
H A Djump_riscv64_sysv_elf_gas.S104 # restore SP (pointing to context-data) from A0
136 # return transfer_t from jump
144 # restore stack from GP + FPU
H A Djump_mips64_n64_elf_gas.S84 # get SP (pointing to new context-data) from a0 param
115 move $a0, $v0 # move old sp from v0 to a0 as param
116 move $v1, $a1 # move *data from a1 to v1 as return
H A Djump_ppc32_sysv_elf_gas.S62 mflr %r0 # return address from LR
H A Djump_mips32_o32_elf_gas.S76 # restore SP (pointing to context-data) from A1
106 # return transfer_t from jump
H A Dmake_ppc32_sysv_xcoff_gas.S121 # restore return address from R6
H A Dmake_ppc64_sysv_xcoff_gas.S51 # restore return address from R6
H A Djump_ppc64_sysv_elf_gas.S140 # restore RSP (pointing to context-data) from R3
143 # restore RSP (pointing to context-data) from R4
H A Dmake_ppc32_sysv_macho_gas.S121 # restore return address from R6
H A Djump_ppc64_sysv_xcoff_gas.S48 # restore RSP (pointing to context-data) from R4
/ext-fiber/
H A DREADME.md43 * @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 …]
H A DLICENSE19 derived from this software without prior written permission. For
22 4. Products derived from this software may not be called "PHP", nor
24 from group@php.net. You may indicate that your software works in
29 license from time to time. Each version will be given a
41 "This product includes PHP software, freely available from
H A Dfiber.h109 typedef void (*zend_observer_fiber_switch_handler)(zend_fiber *from, zend_fiber *to);

Completed in 48 milliseconds

12