nlopess         Fri Jun 24 14:10:33 2005 EDT

  Modified files:              
    /phpdoc/en/language/oop5    reflection.xml 
  Log:
  fix availability of reflaectionParameter::isOptional()
  
http://cvs.php.net/diff.php/phpdoc/en/language/oop5/reflection.xml?r1=1.11&r2=1.12&ty=u
Index: phpdoc/en/language/oop5/reflection.xml
diff -u phpdoc/en/language/oop5/reflection.xml:1.11 
phpdoc/en/language/oop5/reflection.xml:1.12
--- phpdoc/en/language/oop5/reflection.xml:1.11 Thu May 26 12:52:14 2005
+++ phpdoc/en/language/oop5/reflection.xml      Fri Jun 24 14:10:31 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.11 $ -->
+<!-- $Revision: 1.12 $ -->
  <sect1 id="language.oop5.reflection">
   <title>Reflection</title>
   <sect2 id="language.oop5.reflection.introduction">
@@ -249,9 +249,9 @@
    <note>
     <para>
      <function>getDefaultValue</function>,
-     <function>isArray</function>,
-     <function>isDefaultValueAvailable</function>,
-     <function>isOptional</function> were added in PHP 5.1.0.
+     <function>isArray</function> and
+     <function>isDefaultValueAvailable</function> were added in PHP 5.1.0,
+     while <function>isOptional</function> was added in PHP 5.0.3.
     </para>
    </note>
    <para>

Reply via email to