Home
last modified time | relevance | path

Searched refs:yield (Results 1 – 25 of 199) sorted by path

12345678

/PHP-7.4/
H A DNEWS874 . Fixed bug #79657 ("yield from" hangs when invalid value encountered).
/PHP-7.4/Zend/tests/arg_unpack/
H A Dbasic.phpt20 yield $element;
H A Dnon_integer_keys.phpt9 yield 1.23 => 123;
10 yield "2.34" => 234;
H A Dtraversable_throwing_exception.phpt17 yield 1;
18 yield 2;
H A Dtraversable_with_by_ref_parameters.phpt12 yield $element;
/PHP-7.4/Zend/tests/array_unpack/
H A Dbasic.phpt13 yield $i;
H A Dnon_integer_keys.phpt6 yield [] => 1;
7 yield 1.23 => 123;
/PHP-7.4/Zend/tests/arrow_functions/
H A D008.phpt8 $fn = fn() => yield 123;
13 $fn = fn() => yield from [456, 789];
18 $fn = fn() => fn() => yield 987;
/PHP-7.4/Zend/tests/assert/
H A Dexpect_015.phpt19 yield 1 => 2;
20 yield from $x;
161 yield 1 => 2;
162 yield from $x;
/PHP-7.4/Zend/tests/
H A Dbug30394.phpt2 Bug #30394 (Assignment operators yield wrong result with __get/__set)
H A Dbug62991.phpt10 yield "hi";
19 yield "hi";
H A Dbug64979.phpt9 yield ++$foo;
H A Dbug68775.phpt2 Bug #68775: yield in a function argument crashes or loops indefinitely
11 a(yield);
H A Dbug69221.phpt7 yield 1;
H A Dbug69221_2.phpt7 yield 1;
H A Dbug69599.phpt9 yield;
H A Dbug69740.phpt2 Bug #69740: finally in generator (yield) swallows exception in iteration
8 yield 1;
9 yield 2;
H A Dbug69989_1.phpt7 yield yield;
H A Dbug69989_2.phpt8 $gen = yield;
9 yield;
19 yield;
28 yield;
33 yield from [yield];
H A Dbug69989_3.phpt8 yield;
16 $$varName = yield;
17 yield;
26 $var = yield;
27 yield;
34 yield from yield;
H A Dbug70241.phpt9 assert(yield 1);
H A Dbug70397.phpt2 Bug #70397 (Segmentation fault when using Closure::call and yield)
8 yield $this->value;
H A Dbug71724.phpt2 Bug #71724: yield from does not count EOLs
8 yield
H A Dbug71980.phpt15 yield $value;
24 var_dump(new Dtor, yield);
H A Dbug72373.phpt7 yield 1;
8 yield 2;
9 yield 3;

Completed in 24 milliseconds

12345678