php-src/ext/reflection
Arnaud Le Blanc c02c1d4474
Change YIELD/YIELD_FROM to do not increment opline (#15328)
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
2024-08-10 16:09:47 +02:00
..
tests Change YIELD/YIELD_FROM to do not increment opline (#15328) 2024-08-10 16:09:47 +02:00
config.m4 Autotools: Normalize and quote all PHP_NEW_EXTENSION arguments (#15144) 2024-07-29 00:14:59 +02:00
config.w32 Remove HAVE_* for always available extensions 2019-04-14 11:44:12 -03:00
CREDITS Change some permissions from 755 to 644 2018-08-28 23:26:49 +02:00
php_reflection_arginfo.h [RFC] Property hooks (#13455) 2024-07-14 11:55:03 +02:00
php_reflection.c [RFC] Property hooks (#13455) 2024-07-14 11:55:03 +02:00
php_reflection.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_reflection.stub.php [RFC] Property hooks (#13455) 2024-07-14 11:55:03 +02:00