Home
last modified time | relevance | path

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

12345678

/PHP-7.4/Zend/tests/
H A Dbug64979.phpt9 yield ++$foo;
H A Dbug78752.phpt11 yield 1;
H A Dbug30394.phpt2 Bug #30394 (Assignment operators yield wrong result with __get/__set)
/PHP-7.4/Zend/tests/generators/
H A Dgenerator_throwing_in_foreach.phpt8 yield; // force generator
H A Dthrow_already_closed.phpt7 yield;
H A Dbug74606.phpt13 yield;
H A Dfibonacci.phpt9 yield $b;
H A Dgenerator_method.phpt15 yield $value;
H A Dgenerator_with_type_check.phpt5 function gen(array $a) { yield; }
H A Dthrow_not_an_exception.phpt7 yield;
H A Dbacktrace.phpt12 yield; // force generator
H A Dbug65161.phpt13 yield;
H A Dbug71441.phpt13 return yield \$foo;
H A Dgc_running_generator.phpt7 yield;
H A Dyield_from_multi_tree.phpt2 yield from on multiple trees needing merge
8 yield $v;
13 yield from $gen;
H A Dbug63066.phpt7 yield 'foo';
H A Dnested_method_calls.phpt19 $obj->foo($obj->foo(yield));
H A Dgenerator_with_type_check_2.phpt5 function gen(array $a) { yield; }
/PHP-7.4/Zend/tests/generators/errors/
H A Dnon_ref_generator_iterated_by_ref_error.phpt6 function gen() { yield; }
/PHP-7.4/tests/lang/operators/
H A Dnan-comparison-false.phpt2 Comparisons with NAN should yield false, even at compile-time
/PHP-7.4/Zend/tests/try/
H A Dbug71604_3.phpt11 yield;
H A Dbug71604_2.phpt14 yield;
/PHP-7.4/sapi/phpdbg/
H A Dtest.php32 yield $var;
/PHP-7.4/Zend/tests/generators/finally/
H A Dreturn_return.phpt23 yield; // force generator
/PHP-7.4/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()

Completed in 24 milliseconds

12345678