php-src/ext/reflection
DanielEScherzer 0006522211
Reflection: optimize smart_str building
- When appending a single character to the string, use `smart_str_appendc()`
- When appending a C-string without printf use, use `smart_str_appends()`
- When appending just a `zend_string`, use `smart_str_append()`
2025-03-26 16:00:34 -07: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 Reflection: optimize smart_str building 2025-03-26 16:00:34 -07: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