bjori           Tue May 29 08:24:46 2007 UTC

  Modified files:              
    /phpdoc/en/language/oop5    reflection.xml 
  Log:
  Commented out getDeclaringFunction() & getPosition()
  (See bug#41525)
  
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/language/oop5/reflection.xml?r1=1.21&r2=1.22&diff_format=u
Index: phpdoc/en/language/oop5/reflection.xml
diff -u phpdoc/en/language/oop5/reflection.xml:1.21 
phpdoc/en/language/oop5/reflection.xml:1.22
--- phpdoc/en/language/oop5/reflection.xml:1.21 Mon May 28 11:06:31 2007
+++ phpdoc/en/language/oop5/reflection.xml      Tue May 29 08:24:46 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.21 $ -->
+<!-- $Revision: 1.22 $ -->
  <sect1 id="language.oop5.reflection">
   <title>Reflection</title>
   <sect2 id="language.oop5.reflection.introduction">
@@ -246,13 +246,11 @@
     public static string export(mixed function, mixed parameter, bool return)
     public string getName()
     public bool isPassedByReference()
-    public ReflectionFunction getDeclaringFunction()
     public ReflectionClass getDeclaringClass()
     public ReflectionClass getClass()
     public bool isArray()
     public bool allowsNull()
     public bool isPassedByReference()
-    public bool getPosition()
     public bool isOptional()
     public bool isDefaultValueAvailable()
     public mixed getDefaultValue()
@@ -267,8 +265,10 @@
      <function>isDefaultValueAvailable</function> and
      <function>isOptional</function> were added in PHP 5.0.3,
      while <function>isArray</function> was added in PHP 5.1.0.
+     <!-- These are still ifdefed out
      <function>getDeclaringFunction</function> and
      <function>getPosition</function> were added in PHP 5.1.3.
+     -->
     </para>
    </note>
    <para>

Reply via email to