Home
last modified time | relevance | path

Searched refs:args (Results 1 – 4 of 4) sorted by relevance

/ext-fiber/stubs/
H A DFiber.php20 public function start(mixed ...$args): mixed {} argument
/ext-fiber/
H A Dfiber.stub.php10 public function start(mixed ...$args): mixed {} argument
H A Dfiber_arginfo.h9 ZEND_ARG_VARIADIC_TYPE_INFO(0, args, IS_MIXED, 0)
H A DREADME.md41 * @param mixed ...$args Arguments passed to fiber function.
48 public function start(mixed ...$args): mixed {}
124 …t all). The returned `Fiber` may be started using `Fiber->start(mixed ...$args)` with a variadic a…

Completed in 10 milliseconds