mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
20 lines
401 B
PHP
20 lines
401 B
PHP
<?php
|
|
|
|
/**
|
|
* @generate-class-entries static
|
|
* @undocumentable
|
|
*/
|
|
|
|
final class _ZendTestFiber
|
|
{
|
|
public function __construct(callable $callback) {}
|
|
|
|
public function start(mixed ...$args): mixed {}
|
|
|
|
public function resume(mixed $value = null): mixed {}
|
|
|
|
public function pipeTo(callable $callback): _ZendTestFiber {}
|
|
|
|
public static function suspend(mixed $value = null): mixed {}
|
|
}
|