php-src/ext/reflection
Máté Kocsis fc04a6ebdd
Throw when calling ReflectionAttribute::__construct()
ReflectionAttribute::__construct() accepted any number of parameters until now, because parameter validation was missing. Even though this was unlikely to be an issue in practice (since the method is private), the problem is fixed by always throwing an exception.
2022-05-03 21:23:22 +02:00
..
tests Throw when calling ReflectionAttribute::__construct() 2022-05-03 21:23:22 +02: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 Throw when calling ReflectionAttribute::__construct() 2022-05-03 21:23:22 +02:00
php_reflection.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_reflection.stub.php Remove extra space before return type 2021-10-18 14:28:46 +02:00
php_reflection_arginfo.h Remove extra space before return type 2021-10-18 14:28:46 +02:00