php-src/ext/reflection
Gina Peter Banyard 71da944c82 Zend: Add MUTABLE zend_type foreach macros and const qualifiers
The motivation for this is that types should be considered immutable.
The only times this is not valid is during compilation, optimizations (opcache), or destruction.

Therefore the "normal" type foreach macros are marked to take const arguments and we add mutable version that say so in the name.
Thus add various const qualifiers to communicate intent.
2025-04-07 12:52:40 +01:00
..
tests ReflectionClass: show enums differently from classes 2025-03-26 13:45:25 -07: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
php_reflection.c Zend: Add MUTABLE zend_type foreach macros and const qualifiers 2025-04-07 12:52:40 +01:00
php_reflection.h Lazy objects 2024-08-30 17:30:03 +02:00
php_reflection.stub.php Merge branch 'PHP-8.4' 2024-11-12 18:52:16 +01:00
php_reflection_arginfo.h Merge branch 'PHP-8.4' 2024-11-12 18:52:16 +01:00