derek           Tue Jan 20 22:47:01 2004 EDT

  Modified files:              
    /phpdoc/en/reference/errorfunc/functions    debug-backtrace.xml 
  Log:
  Fixing bug #26985
  
http://cvs.php.net/diff.php/phpdoc/en/reference/errorfunc/functions/debug-backtrace.xml?r1=1.8&r2=1.9&ty=u
Index: phpdoc/en/reference/errorfunc/functions/debug-backtrace.xml
diff -u phpdoc/en/reference/errorfunc/functions/debug-backtrace.xml:1.8 
phpdoc/en/reference/errorfunc/functions/debug-backtrace.xml:1.9
--- phpdoc/en/reference/errorfunc/functions/debug-backtrace.xml:1.8     Thu Jan 15 
07:42:17 2004
+++ phpdoc/en/reference/errorfunc/functions/debug-backtrace.xml Tue Jan 20 22:47:01 
2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
   <refentry id="function.debug-backtrace">
    <refnamediv>
     <refname>debug_backtrace</refname>
@@ -66,7 +66,7 @@
          <entry>type</entry>
          <entry><type>string</type></entry>
          <entry>
-          The current class type.
+          The current call type. If a method call, "->" is returned. If a static 
method call, "::" is returned. If a function call, nothing is returned.
          </entry>
         </row>
         <row>

Reply via email to