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
8
final
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
}
_ZendTestFiber
Definition
fiber.stub.php:9
_ZendTestFiber\__construct
__construct(callable $callback)
Definition
fiber.stub.php:10
_ZendTestFiber\pipeTo
pipeTo(callable $callback)
Definition
fiber.stub.php:16
_ZendTestFiber\suspend
static suspend(mixed $value=null)
Definition
fiber.stub.php:18
_ZendTestFiber\resume
resume(mixed $value=null)
Definition
fiber.stub.php:14
_ZendTestFiber\start
start(mixed ... $args)
Definition
fiber.stub.php:12
function
function(EX_VAR(opline->result.var))
ext
zend_test
fiber.stub.php
Generated on Sat Aug 23 2025 01:46:12 for php-internal-docs by
1.13.2