Home
last modified time | relevance | path

Searched refs:yield (Results 151 – 175 of 292) sorted by relevance

12345678910>>...12

/PHP-8.3/Zend/tests/generators/
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 Dbug67497.phpt8 yield $a;
H A Dunused_return_value.phpt6 function gen($foo) { yield; }
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-8.3/ext/reflection/tests/
H A D028.phpt7 yield 1;
H A D027.phpt7 yield 1;
/PHP-8.3/Zend/tests/return_types/
H A Dgenerators004.phpt7 yield 1;
/PHP-8.3/Zend/tests/
H A Dbug70241.phpt9 assert(yield 1);
H A Dclosure_call_leak_with_exception.phpt8 $closure(yield);
H A Dbug74840.phpt13 yield; // Generator
H A Dbug69221_2.phpt7 yield 1;
/PHP-8.3/ext/opcache/tests/jit/
H A Dmod_006.phpt14 yield $b;
/PHP-8.3/Zend/tests/generators/finally/
H A Drun_on_dtor.phpt8 yield;
/PHP-8.3/ext/zend_test/tests/
H A Dobserver_generator_05.phpt13 yield 0;
14 yield 1;
/PHP-8.3/Zend/tests/type_declarations/union_types/
H A Dgenerator_return_multiple_classes.phpt11 yield;

Completed in 17 milliseconds

12345678910>>...12