php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
zend_generators.stub.php
Go to the documentation of this file.
1<?php
2
4
9final class Generator implements Iterator
10{
11 public function rewind(): void {}
12
13 public function valid(): bool {}
14
15 public function current(): mixed {}
16
17 public function key(): mixed {}
18
19 public function next(): void {}
20
21 public function send(mixed $value): mixed {}
22
23 public function throw(Throwable $exception): mixed {}
24
25 public function getReturn(): mixed {}
26
27 public function __debugInfo(): array {}
28}
29
31{
32}
throw(Throwable $exception)
send(mixed $value)
ZEND_API void(ZEND_FASTCALL *zend_touch_vm_stack_data)(void *vm_stack_data)
function(EX_VAR(opline->result.var))