nlopess         Thu Sep  1 16:40:55 2005 EDT

  Modified files:              
    /phpdoc/en/language/oop5    reflection.xml 
  Log:
  fix 34337: typo
  
http://cvs.php.net/diff.php/phpdoc/en/language/oop5/reflection.xml?r1=1.15&r2=1.16&ty=u
Index: phpdoc/en/language/oop5/reflection.xml
diff -u phpdoc/en/language/oop5/reflection.xml:1.15 
phpdoc/en/language/oop5/reflection.xml:1.16
--- phpdoc/en/language/oop5/reflection.xml:1.15 Fri Jul 22 08:14:08 2005
+++ phpdoc/en/language/oop5/reflection.xml      Thu Sep  1 16:40:53 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.15 $ -->
+<!-- $Revision: 1.16 $ -->
  <sect1 id="language.oop5.reflection">
   <title>Reflection</title>
   <sect2 id="language.oop5.reflection.introduction">
@@ -494,7 +494,7 @@
     public string __toString()
     public static string export()
     public mixed invoke(stdclass object, mixed* args)
-    public moxed invokeArgs(stdclass object, array args)
+    public mixed invokeArgs(stdclass object, array args)
     public bool isFinal()
     public bool isAbstract()
     public bool isPublic()

Reply via email to