From ad9a00970a5c504e85eefbb183a4e7b96fb0caa7 Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Fri, 24 Jun 2005 18:21:23 +0000 Subject: [PATCH] fix a couple of more errors in availability git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@189175 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/oop5/reflection.xml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) 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.