Home
last modified time | relevance | path

Searched refs:yield (Results 226 – 250 of 292) sorted by relevance

12345678910>>...12

/PHP-8.3/Zend/tests/generators/
H A Dfibonacci.phpt9 yield $b;
H A Dgenerator_method.phpt15 yield $value;
H A Dgh9750-007.phpt16 f(f(a: $gen, b: yield));
H A Dyield_from_multi_tree.phpt2 yield from on multiple trees needing merge
8 yield $v;
13 yield from $gen;
H A Dbacktrace.phpt12 yield; // force generator
H A Dbug65161.phpt13 yield;
H A Dgh9750-005.phpt16 f(b: $gen, c: yield);
H A Dgh9750-006.phpt16 f(a: $gen, b: f(c: yield));
H A Dgh9750-009.phpt20 (new C($gen))(yield);
H A Dthrow_not_an_exception.phpt7 yield;
H A Dgh9750-011.phpt21 $c($gen, yield);
H A Dbug71441.phpt13 return yield \$foo;
H A Dgc_running_generator.phpt7 yield;
H A Dgh9750-008.phpt23 new D($gen, yield);
H A Dbug63066.phpt7 yield 'foo';
H A Dgh11028_2.phpt9 yield $a => 0;
/PHP-8.3/Zend/tests/
H A Dbug30394.phpt2 Bug #30394 (Assignment operators yield wrong result with __get/__set)
H A Dgh9916-002.phpt10 yield;
/PHP-8.3/Zend/tests/generators/errors/
H A Dnon_ref_generator_iterated_by_ref_error.phpt6 function gen() { yield; }
/PHP-8.3/ext/date/tests/
H A Dbug80913.phpt2 Bug #80913 (DateTime(Immutable)::sub around DST yield incorrect time)
/PHP-8.3/ext/standard/tests/http/
H A Dbug38802.phpt13 yield "data://text/plain,HTTP/1.1 302 Moved Temporarily\r\nLocation: $uri/foo/bar2\r\n\r\n1";
14 yield "data://text/plain,HTTP/1.1 301 Moved Permanently\r\nLocation: $uri/foo/bar3\r\n\r\n";
15 yield "data://text/plain,HTTP/1.1 302 Moved Temporarily\r\nLocation: $uri/foo/bar4\r\n\r\n3";
16 yield "data://text/plain,HTTP/1.1 200 OK\r\n\r\ndone.";
/PHP-8.3/tests/lang/operators/
H A Dnan-comparison-false.phpt2 Comparisons with NAN should yield false, even at compile-time
/PHP-8.3/Zend/tests/try/
H A Dbug71604_3.phpt11 yield;
/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_context.c89 void *yield = (memctl == NULL)? malloc(size) : in PRIV() local
91 if (yield == NULL) return NULL; in PRIV()
92 newmemctl = (pcre2_memctl *)yield; in PRIV()
100 return yield; in PRIV()
/PHP-8.3/sapi/phpdbg/
H A Dtest.php32 yield $var;

Completed in 21 milliseconds

12345678910>>...12