php-src/ext/reflection
DanielEScherzer 07e5f6fc3d
ReflectionClass::isCloneable(): reduce duplication (GH-17795)
When the `zend_class_entry` has a `zend_function` entry for `clone`, the logic
is the same regardless of if the `reflection_object` entry has an object or
not; the determination is based solely on the flags of the `zend_function`.
2025-02-14 16:50:33 +01:00
..
tests Zend: Resolve self and parent types at compile time (#17755) 2025-02-11 15:15:32 +00: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 ReflectionClass::isCloneable(): reduce duplication (GH-17795) 2025-02-14 16:50:33 +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