mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
16 lines
378 B
PHP
16 lines
378 B
PHP
<?php
|
|
|
|
/** @generate-class-entries static */
|
|
|
|
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 {}
|
|
}
|