1
0
mirror of https://github.com/php/php-src.git synced 2026-04-19 22:11:12 +02:00
Files
archived-php-src/ext/zend_test/fiber.stub.php
2021-06-12 00:10:17 -05:00

17 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 {}
}