php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
fiber.stub.php
Go to the documentation of this file.
1<?php
2
7
8final class _ZendTestFiber
9{
10 public function __construct(callable $callback) {}
11
12 public function start(mixed ...$args): mixed {}
13
14 public function resume(mixed $value = null): mixed {}
15
16 public function pipeTo(callable $callback): _ZendTestFiber {}
17
18 public static function suspend(mixed $value = null): mixed {}
19}
__construct(callable $callback)
pipeTo(callable $callback)
static suspend(mixed $value=null)
resume(mixed $value=null)
start(mixed ... $args)
function(EX_VAR(opline->result.var))