aidan           Wed Sep 29 11:54:48 2004 EDT

  Modified files:              
    /phpdoc/en/language/oop5    exceptions.xml 
  Log:
  It's __toString not _toString
  100th commit!
  
http://cvs.php.net/diff.php/phpdoc/en/language/oop5/exceptions.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/language/oop5/exceptions.xml
diff -u phpdoc/en/language/oop5/exceptions.xml:1.5 
phpdoc/en/language/oop5/exceptions.xml:1.6
--- phpdoc/en/language/oop5/exceptions.xml:1.5  Wed Sep 29 11:46:16 2004
+++ phpdoc/en/language/oop5/exceptions.xml      Wed Sep 29 11:54:48 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
  <sect1 id="language.oop5.exceptions">
   <title>Exceptions</title>
 
@@ -65,7 +65,7 @@
     final function getTraceAsString();          // formated string of trace
 
     /* Overrideable */
-    function _toString();                       // formated string for display
+    function __toString();                       // formated string for display
 }
 ?>
 ]]>

Reply via email to