php-src/ext/reflection
Nikita Popov 4d90848d68 Don't verify arginfo types for internal functions
To avoid duplicate type checks. In debug builds arginfo is still
checked and will generate an assertions if the function doesn't
subsequently throw an exception.

Some test results change due to differences in zpp and arginfo
error messages.
2019-06-17 11:46:28 +02:00
..
tests Don't verify arginfo types for internal functions 2019-06-17 11:46:28 +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 Constify some char* arguments or return values of ZEND_API 2019-06-12 16:49:32 +02:00
php_reflection.h Implement ReflectionReference 2019-02-13 12:21:18 +01:00