Searched refs:args (Results 1 – 4 of 4) sorted by relevance
20 public function start(mixed ...$args): mixed {} argument
10 public function start(mixed ...$args): mixed {} argument
9 ZEND_ARG_VARIADIC_TYPE_INFO(0, args, IS_MIXED, 0)
41 * @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 8 milliseconds