mirror of
https://github.com/php/php-src.git
synced 2025-01-24 04:33:39 +08:00
- Make Derick happy for the moment
This commit is contained in:
parent
56ec57c614
commit
4fb5bc4b6e
3
ext/reflection/TODO
Executable file
3
ext/reflection/TODO
Executable file
@ -0,0 +1,3 @@
|
||||
Reflection ToDo:
|
||||
|
||||
- Drop ReflectionParameter::getClass() as soon as 5.2 comes out
|
@ -4365,6 +4365,7 @@ static zend_function_entry reflection_parameter_functions[] = {
|
||||
ZEND_ME(reflection_parameter, getName, NULL, 0)
|
||||
ZEND_ME(reflection_parameter, isPassedByReference, NULL, 0)
|
||||
ZEND_ME(reflection_parameter, getDeclaringClass, NULL, 0)
|
||||
ZEND_MALIAS(reflection_parameter, getClass, getDeclaringClass, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_DEPRECATED)
|
||||
ZEND_ME(reflection_parameter, isArray, NULL, 0)
|
||||
ZEND_ME(reflection_parameter, allowsNull, NULL, 0)
|
||||
ZEND_ME(reflection_parameter, isOptional, NULL, 0)
|
||||
|
Loading…
Reference in New Issue
Block a user