diff --git a/language/oop5/reflection.xml b/language/oop5/reflection.xml index 5fe747660e..163f13cf8c 100644 --- a/language/oop5/reflection.xml +++ b/language/oop5/reflection.xml @@ -1,5 +1,5 @@ - + Reflection @@ -148,7 +148,9 @@ class ReflectionFunction implements Reflector - invokeArgs was added in PHP 5.1.0. + getNumberOfParameters and + getNumberOfRequiredParameters were added in PHP + 5.0.3, while invokeArgs was added in PHP 5.1.0. @@ -249,9 +251,9 @@ class ReflectionParameter implements Reflector getDefaultValue, - isArray and - isDefaultValueAvailable were added in PHP 5.1.0, - while isOptional was added in PHP 5.0.3. + isDefaultValueAvailable and + isOptional were added in PHP 5.0.3, + while isArray was added in PHP 5.1.0.