From da90167c1b0f67f9f7cf04dbabdb1e87ef56dcd8 Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Fri, 24 Jun 2005 18:10:31 +0000 Subject: [PATCH] fix availability of reflaectionParameter::isOptional() git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@189174 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/oop5/reflection.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/language/oop5/reflection.xml b/language/oop5/reflection.xml index d9650eb43f..5fe747660e 100644 --- a/language/oop5/reflection.xml +++ b/language/oop5/reflection.xml @@ -1,5 +1,5 @@ - + Reflection @@ -249,9 +249,9 @@ class ReflectionParameter implements Reflector getDefaultValue, - isArray, - isDefaultValueAvailable, - isOptional were added in PHP 5.1.0. + isArray and + isDefaultValueAvailable were added in PHP 5.1.0, + while isOptional was added in PHP 5.0.3.