Home
last modified time | relevance | path

Searched refs:yield (Results 101 – 125 of 199) sorted by relevance

12345678

/PHP-7.4/Zend/tests/generators/
H A Dbug74954.phpt7 yield 1;
13 var_dump(yield from $gen);
H A Dgenerator_closure_unused.phpt5 (function(){yield;})();
H A Dignored_send_leak.phpt7 yield;
H A Dyield_array_key.phpt7 yield [] => 1;
H A Dbug72523.phpt8 yield "okey";
H A Dsend_after_close.phpt6 function gen() { var_dump(yield); }
H A Dyield_closure.phpt7 yield function() {};
H A Dgenerator_closure_with_this.phpt9 yield $this;
H A Dfunc_get_args.phpt8 yield; // trigger generator
H A Dunused_return_value.phpt6 function gen($foo) { yield; }
H A Dbug67497.phpt8 yield $a;
H A Dgenerator_symtable_leak.phpt10 yield;
H A Dyield_array_offset_by_ref.phpt7 yield $array[0];
H A Dbug75396.phpt7 yield 42;
H A Dbug66041.phpt6 list($value) = yield;
H A Dbug74157.phpt9 yield $v;
/PHP-7.4/ext/reflection/tests/
H A D028.phpt7 yield 1;
H A D027.phpt7 yield 1;
/PHP-7.4/Zend/tests/
H A Dbug70241.phpt9 assert(yield 1);
H A Dclosure_call_leak_with_exception.phpt8 $closure(yield);
H A Dbug69221_2.phpt7 yield 1;
H A Dbug74840.phpt13 yield; // Generator
H A Dvm_stack_with_arg_extend.phpt12 yield;
/PHP-7.4/Zend/tests/return_types/
H A Dgenerators004.phpt7 yield 1;
/PHP-7.4/Zend/tests/generators/finally/
H A Drun_on_dtor.phpt8 yield;

Completed in 24 milliseconds

12345678