Home
last modified time | relevance | path

Searched refs:yield (Results 126 – 150 of 292) sorted by relevance

12345678910>>...12

/PHP-8.3/Zend/tests/generators/
H A Dgenerator_throwing_during_function_call.phpt11 yield 'foo';
13 yield 'bar';
H A Dyield_from_throw_with_throwing_exception.phpt2 Exceptions are properly appended when thrown from yield from values destruction
7 yield from [1, 2, new class {
H A Dyield_from_multi_tree_exception.phpt2 yield from on multiple trees needing merge
8 yield $v;
16 yield from $gen;
H A Dthrow_into_yield_from_array.phpt10 yield $val;
15 yield from $in;
H A Dgh8289.phpt8 yield from new class(new ArrayIterator([1, -2])) extends IteratorIterator {
18 yield 2;
H A Dget_return_and_finally.phpt12 yield;
25 yield;
H A Dbug74954.phpt7 yield 1;
13 var_dump(yield from $gen);
H A Dbug71013.phpt2 Bug #71013 (Incorrect exception handler with yield from)
19 yield from $f;
H A Dyield_from_multi_tree_single_nodes.phpt2 yield from on multiple trees needing merge, with intermediary nodes having only one child
8 yield $v;
13 yield from (function() use ($gen) { yield from $gen; })();
H A Dgenerator_closure_unused.phpt5 (function(){yield;})();
/PHP-8.3/Zend/tests/
H A Dgh15108-003.phpt10 yield 'foo';
17 yield from $gen;
H A Dbug62991.phpt10 yield "hi";
19 yield "hi";
H A Dgh15275-004.phpt10 yield 'foo';
22 var_dump(new stdClass, yield from new It());
H A Dgh15108-004.phpt7 yield 'foo';
13 yield from $gen;
H A Dgh15275-006.phpt10 yield 'foo';
22 var_dump(new stdClass, yield from new It());
H A Dgh15330-005.phpt14 yield 'foo';
19 var_dump(yield from g());
H A Dgh15330-004.phpt14 yield 'foo';
19 var_dump(yield from g());
H A Dgh15330-003.phpt10 yield 'foo';
24 var_dump(yield from new It());
H A Dgh9916-009.phpt13 yield from ['foo' => new stdClass];
29 Fatal error: Uncaught Error: Cannot use "yield from" in a force-closed generator in %s:%d
/PHP-8.3/ext/reflection/tests/
H A DReflectionGenerator_basic.phpt7 yield;
13 yield from foo();
17 yield;
H A DReflectionGenerator_in_Generator.phpt28 yield from (function() use ($ref) {
30 yield; // Generator !
/PHP-8.3/sapi/fuzzer/dict/
H A Dparser7 "yield"
8 "yield from"
/PHP-8.3/Zend/tests/array_unpack/
H A Dstring_keys.phpt21 yield "42" => 42;
28 yield "4" . $foo => 42;
/PHP-8.3/ext/zend_test/tests/
H A Dobserver_retval_02.phpt13 yield 'I should be observable';
14 yield 'Me too!';
/PHP-8.3/Zend/tests/attributes/override/
H A D002.phpt11 yield from [];

Completed in 17 milliseconds

12345678910>>...12