fiber.stub.php 378 B

12345678910111213141516
  1. <?php
  2. /** @generate-class-entries static */
  3. final class _ZendTestFiber
  4. {
  5. public function __construct(callable $callback) {}
  6. public function start(mixed ...$args): mixed {}
  7. public function resume(mixed $value = null): mixed {}
  8. public function pipeTo(callable $callback): _ZendTestFiber {}
  9. public static function suspend(mixed $value = null): mixed {}
  10. }