php-src/ext/reflection
Nikita Popov 50b4a7adf9 Property handle unset name on ReflectionClassConstant
While the typed property ensures that the value is a string,
we should make sure that we handle an unset property gracefully.

Do this by throwing the same error we would normally throw if
you access an uninitializde typed property.
2021-05-07 12:39:17 +02:00
..
tests Improve fiber backtraces 2021-04-30 12:17:50 -05:00
config.m4 Normalize comments in *nix build system m4 files 2019-05-12 18:43:03 +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.c Property handle unset name on ReflectionClassConstant 2021-05-07 12:39:17 +02:00
php_reflection.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_reflection.stub.php Property handle unset name on ReflectionClassConstant 2021-05-07 12:39:17 +02:00
php_reflection_arginfo.h Property handle unset name on ReflectionClassConstant 2021-05-07 12:39:17 +02:00