Home
last modified time | relevance | path

Searched refs:yield (Results 201 – 225 of 292) sorted by relevance

12345678910>>...12

/PHP-8.3/Zend/tests/generators/
H A Dbug69419.phpt8 yield $var;
H A Dyield_ref_function_call_by_reference.phpt11 yield nop($var);
H A Dgenerator_with_type_check.phpt5 function gen(array $a) { yield; }
H A Dyield_during_method_call.phpt14 $a->b(yield);
H A Dgh9750-001.phpt16 f($gen, yield);
H A Dgh9750-010.phpt16 $gen->valid(yield);
H A Dthrow_already_closed.phpt7 yield;
H A Dbug74606.phpt13 yield;
H A Dgenerator_throwing_in_foreach.phpt8 yield; // force generator
H A Dgh9750-002.phpt16 f($gen, f(yield));
H A Dgh9750-003.phpt16 f(f($gen, yield));
H A Dgh9750-004.phpt16 f(new stdClass, $gen, yield);
H A Dgh9801.phpt16 yield from a();
/PHP-8.3/Zend/tests/
H A Dbug69221.phpt7 yield 1;
H A Dbug69599.phpt9 yield;
H A Dbug81631.phpt2 Bug #81631: ::class with dynamic class name may yield wrong line number
H A Dbug64979.phpt9 yield ++$foo;
H A Dbug78752.phpt11 yield 1;
/PHP-8.3/Zend/tests/return_types/
H A Dgenerators005.phpt12 yield $key => $value;
H A Dgenerators006.phpt6 yield 1;
/PHP-8.3/sapi/phpdbg/tests/
H A Dgenerator_run.phpt18 yield "caught Generator exception";
/PHP-8.3/Zend/tests/generators/errors/
H A Dyield_non_ref_function_call_by_ref_error.phpt11 yield foo();
/PHP-8.3/ext/date/tests/
H A Dgh10447.phpt2 Bug GH-10447 ('p' format specifier does not yield 'Z' for 00:00)
/PHP-8.3/ext/spl/tests/
H A Diterator_count_exception.phpt7 yield 1;
/PHP-8.3/Zend/tests/type_declarations/iterable/
H A Diterable_003.phpt10 return (function () { yield; })();

Completed in 25 milliseconds

12345678910>>...12