Home
last modified time | relevance | path

Searched refs:yield (Results 51 – 75 of 83) sorted by relevance

1234

/PHP-5.5/Zend/tests/generators/
H A Dbug66041.phpt6 list($value) = yield;
H A Dxrange.phpt8 yield $i;
H A Dbug65161.phpt13 yield;
H A Dgenerator_returns_generator.phpt10 yield;
H A Dno_foreach_var_leaks.phpt8 yield $value;
H A Dthrow_not_an_exception.phpt7 yield;
H A Dbug69419.phpt8 yield $var;
H A Dyield_ref_function_call_by_reference.phpt11 yield nop($var);
H A Dyield_during_method_call.phpt14 $a->b(yield);
H A Dbug63066.phpt7 yield 'foo';
H A Dfibonacci.phpt9 yield $b;
H A Dgenerator_method.phpt15 yield $value;
H A Dgenerator_throwing_in_foreach.phpt8 yield; // force generator
H A Dthrow_already_closed.phpt7 yield;
H A Dbacktrace.phpt12 yield; // force generator
H A Dnested_method_calls.phpt19 $obj->foo($obj->foo(yield));
/PHP-5.5/Zend/tests/generators/errors/
H A Dresume_running_generator_error.phpt7 $gen = yield;
H A Dyield_const_by_ref_error.phpt7 yield "foo";
H A Dyield_non_ref_function_call_by_ref_error.phpt11 yield foo();
H A Dnon_ref_generator_iterated_by_ref_error.phpt6 function gen() { yield; }
H A Dserialize_unserialize_error.phpt6 function gen() { yield; }
/PHP-5.5/Zend/tests/
H A Dbug69221.phpt7 yield 1;
H A Dbug64979.phpt9 yield ++$foo;
H A Dbug30394.phpt2 Bug #30394 (Assignment operators yield wrong result with __get/__set)
/PHP-5.5/Zend/tests/generators/finally/
H A Dreturn_return.phpt23 yield; // force generator

Completed in 28 milliseconds

1234