mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
19 lines
401 B
PHP
19 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 {}
|
|
}
|