vrana           Fri May  6 03:40:35 2005 EDT

  Modified files:              
    /phpdoc/en/language/oop5    overloading.xml 
  Log:
  __get() accepts string (bug #32961)
  
http://cvs.php.net/diff.php/phpdoc/en/language/oop5/overloading.xml?r1=1.9&r2=1.10&ty=u
Index: phpdoc/en/language/oop5/overloading.xml
diff -u phpdoc/en/language/oop5/overloading.xml:1.9 
phpdoc/en/language/oop5/overloading.xml:1.10
--- phpdoc/en/language/oop5/overloading.xml:1.9 Wed Apr 27 10:24:30 2005
+++ phpdoc/en/language/oop5/overloading.xml     Fri May  6 03:40:34 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
  <sect1 id="language.oop5.overloading">
   <title>Overloading</title>
 
@@ -22,7 +22,7 @@
    </methodsynopsis>
    <methodsynopsis>
     <type>mixed</type><methodname>__get</methodname>
-    <methodparam><type>mixed</type><parameter>name</parameter></methodparam>
+    <methodparam><type>string</type><parameter>name</parameter></methodparam>
    </methodsynopsis>
 
    <para>

Reply via email to