mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
![]() YIELD and YIELD_FROM increment opline before returning, but in most places we need the opline to point to the YIELD and YIELD_FROM. Here I change YIELD / YIELD_FROM to not increment opline. This simplifies the code and fixes GH-15275 in a better way. Closes GH-15328 |
||
---|---|---|
.. | ||
tests | ||
config.m4 | ||
config.w32 | ||
CREDITS | ||
php_reflection.c | ||
php_reflection.h | ||
php_reflection.stub.php | ||
php_reflection_arginfo.h |