Home
last modified time | relevance | path

Searched defs:value (Results 1 – 5 of 5) sorted by relevance

/ext-fiber/examples/
H A D001-simple.php4 $value = Fiber::suspend('fiber'); variable
8 $value = $fiber->start(); variable
/ext-fiber/stubs/
H A DFiber.php33 public function resume(mixed $value = null): mixed {}
92 public static function suspend(mixed $value = null): mixed {}
/ext-fiber/
H A Dfiber.stub.php12 public function resume(mixed $value = null): mixed {}
28 public static function suspend(mixed $value = null): mixed { }
H A Dfiber.h88 zval value; member
/ext-fiber/src/
H A Dfiber.c362 zval *exception, *value = NULL; in ZEND_METHOD() local
422 zval *value = NULL; in ZEND_METHOD() local

Completed in 13 milliseconds