Home
last modified time | relevance | path

Searched refs:function (Results 26 – 50 of 81) sorted by relevance

1234

/ext-fiber/tests/
H A Dgc-cycle-callback.phpt11 public function __destruct() {
16 $fiber = new Fiber(function () use ($ref) {
H A Dfailing-fiber.phpt8 $fiber = new Fiber(function (): void {
24 #0 [internal function]: {closure}()
H A Dfatal-error-in-nested-fiber.phpt8 $fiber = new Fiber(function (): void {
9 $fiber = new Fiber(function (): void {
H A Dsuspend-in-force-close-fiber-after-shutdown.phpt8 $fiber = new Fiber(function (): void {
27 #1 [internal function]: {closure}()
33 #1 [internal function]: {closure}()
H A Dfatal-error-with-multiple-fibers.phpt8 $fiber1 = new Fiber(function (): void {
16 $fiber2 = new Fiber(function (): void {
H A Dfiber-created-during-cleanup.phpt10 $fibers[$i] = new Fiber(function() {
15 $fiber2 = new Fiber(function() {
H A Dthrow-from-destruct-with-fiber.phpt9 function __destruct() {
10 $fiber = new Fiber(static function() {
H A Dout-of-memory-in-nested-fiber.phpt16 $fiber = new Fiber(function (): void {
17 $fiber = new Fiber(function (): void {
H A Dbacktrace-object.phpt10 public function __invoke(string $arg): void
27 #0 [internal function]: Test->__invoke('test')
H A Dresume-running-fiber.phpt8 $fiber = new Fiber(function (): void {
20 #1 [internal function]: {closure}()
H A Dsilence-operator-inside-fiber.phpt8 function suspend_with_warnings(): void {
14 $fiber = new Fiber(function (): void {
H A Dfiber-get-current.phpt10 $fiber = new Fiber(function (): void {
H A Dexit-in-fiber.phpt8 $fiber = new Fiber(function (): void {
H A Dresume.phpt8 $fiber = new Fiber(function (): void {
H A Dcatch.phpt8 $fiber = new Fiber(function () {
H A Dget-return.phpt8 $fiber = new Fiber(function (): string {
H A Dfatal-error-in-fiber.phpt8 $fiber = new Fiber(function (): void {
H A Dinvocable-class.phpt9 public function __invoke() {
/ext-fiber/boost/asm/
H A Dmake_ppc32_sysv_xcoff_gas.S86 # first arg of make_fcontext() == top address of context-function
94 # third arg of make_fcontext() == address of context-function
117 # save address of finish as return-address for context-function
118 # will be entered after context-function returns
H A Dmake_ppc64_sysv_xcoff_gas.S16 # first arg of make_fcontext() == top address of context-function
24 # third arg of make_fcontext() == address of context-function
47 # save address of finish as return-address for context-function
48 # will be entered after context-function returns
H A Dmake_ppc32_sysv_macho_gas.S83 # first arg of make_fcontext() == top address of context-function
91 # third arg of make_fcontext() == address of context-function
117 # save address of finish as return-address for context-function
118 # will be entered after context-function returns
H A Dmake_i386_ms_pe_masm.asm25 ; standard C library function
33 ; reserve space for first argument of context-function
41 ; on context-function entry: (ESP -0x4) % 8 == 0
68 ; third arg of make_fcontext() == address of context-function
75 ; save address of trampoline as return-address for context-function
81 ; save address of finish as return-address for context-function in EBP
82 ; will be entered after context-function returns
124 ; move transport_t for entering context-function
129 ; jump to context-function
H A Dmake_arm_aapcs_pe_armasm.asm54 ; third arg of make_fcontext() == address of context-function
64 ; save address of finish as return-address for context-function
65 ; will be entered after context-function returns
H A Djump_arm_aapcs_elf_gas.S45 .type jump_fcontext,%function
79 @ pass transfer_t as first arg in context function
/ext-fiber/
H A DREADME.md48 public function start(mixed ...$args): mixed {}
79 public function isStarted(): bool {}
84 public function isSuspended(): bool {}
89 public function isRunning(): bool {}
94 public function isTerminated(): bool {}
101 public function getReturn(): mixed {}
106 public static function getCurrent(): ?self {}
150 public function __construct(Fiber $fiber) {}
155 public function getFiber(): Fiber {}
169 public function getExecutingLine(): int {}
[all …]

Completed in 25 milliseconds

1234