php-src/ext/reflection
DanielEScherzer 8f3cdf6236
gen_stub: Add support for attributes on constants in stubs (#18735)
Update to PHP-Parser 5.5.0 and add support for attributes on constants in
stubs. For now, I have only migrated over E_STRICT, once the support is in
place I'll do a larger migration of the existing deprecated constants.

In the process, fix the logic in `copy_zend_constant()` for copying attributes
when a constant is copied; just increase the reference count for the attributes
table rather than trying to duplicate the contents.
2025-06-05 14:46:46 -07:00
..
tests gen_stub: Add support for attributes on constants in stubs (#18735) 2025-06-05 14:46:46 -07:00
config.m4 Autotools: Normalize and quote all PHP_NEW_EXTENSION arguments (#15144) 2024-07-29 00:14:59 +02:00
config.w32
CREDITS
php_reflection.c [RFC] Add support for attributes on compile-time constants 2025-04-29 11:53:09 -07:00
php_reflection.h Lazy objects 2024-08-30 17:30:03 +02:00
php_reflection.stub.php [RFC] Add support for attributes on compile-time constants 2025-04-29 11:53:09 -07:00
php_reflection_arginfo.h [RFC] Add support for attributes on compile-time constants 2025-04-29 11:53:09 -07:00