Home
last modified time | relevance | path

Searched refs:Iterator (Results 51 – 75 of 166) sorted by relevance

1234567

/php-src/Zend/tests/type_declarations/intersection_types/invalid_types/
H A Dinvalid_callable_type.phpt6 function foo(): callable&Iterator {}
H A Dinvalid_false_type.phpt6 function foo(): false&Iterator {}
H A Dinvalid_float_type.phpt6 function foo(): float&Iterator {}
H A Dinvalid_int_type.phpt6 function foo(): int&Iterator {}
H A Dinvalid_mixed_type.phpt6 function foo(): mixed&Iterator {}
H A Dinvalid_never_type.phpt6 function foo(): never&Iterator {}
H A Dinvalid_null_type.phpt6 function foo(): null&Iterator {}
H A Dinvalid_object_type.phpt6 function foo(): object&Iterator {}
H A Dinvalid_string_type.phpt6 function foo(): string&Iterator {}
H A Dinvalid_true_type.phpt6 function foo(): true&Iterator {}
H A Dinvalid_void_type.phpt6 function foo(): void&Iterator {}
H A Dinvalid_iterable_type.phpt6 function foo(): iterable&Iterator {}
H A Dinvalid_self_type.phpt7 public function foo(): self&Iterator {}
H A Dinvalid_static_type.phpt7 public function foo(): static&Iterator {}
H A Dinvalid_parent_type.phpt9 public function foo(): parent&Iterator {}
/php-src/Zend/
H A Dzend_weakrefs.stub.php38 public function getIterator(): Iterator {}
/php-src/Zend/tests/return_types/
H A D017.phpt9 function foo(): \Iterator {
H A Dgenerators003.phpt6 function getIterator(): Iterator;
/php-src/ext/spl/tests/
H A Dbug61828.phpt2 Bug #61828 (Memleak when calling Directory(Recursive)Iterator/Spl(Temp)FileObject ctor twice)
/php-src/Zend/tests/
H A Dforeach_003.phpt2 Iterator exceptions in foreach by value
5 class IT implements Iterator {
H A Dgh7792_5.phpt10 Fatal error: Enum Foo must implement interface Traversable as part of either Iterator or IteratorAg…
H A Dbug62609.phpt12 …tractTraversable must implement interface Traversable as part of either Iterator or IteratorAggreg…
H A Dbug69221.phpt2 Bug #69221: Segmentation fault when using a generator in combination with an Iterator
/php-src/ext/phar/tests/
H A Dbug81211.phpt45 Iterator RecursiveIteratorIterator returned a path "%s%ebug81211%efoobar%efile" that is not in the …
46 Iterator RecursiveDirectoryIterator returned a path "%s%ebug81211%efoobar%efile" that is not in the…
/php-src/ext/zend_test/
H A Dtest.stub.php52 public stdClass|Iterator|null $classUnionProp = null;
65 static public function variadicTest(string|Iterator ...$elements) : static {}
67 public function takesUnionType(stdclass|Iterator $arg): void {}

Completed in 28 milliseconds

1234567