sebastian               Sun May 21 16:51:59 2006 UTC

  Modified files:              
    /phpdoc/en/reference/errorfunc/functions    debug-backtrace.xml 
  Log:
  Document the feature I added in PHP 5.1.1.
  
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/errorfunc/functions/debug-backtrace.xml?r1=1.15&r2=1.16&diff_format=u
Index: phpdoc/en/reference/errorfunc/functions/debug-backtrace.xml
diff -u phpdoc/en/reference/errorfunc/functions/debug-backtrace.xml:1.15 
phpdoc/en/reference/errorfunc/functions/debug-backtrace.xml:1.16
--- phpdoc/en/reference/errorfunc/functions/debug-backtrace.xml:1.15    Sun Apr 
24 23:19:35 2005
+++ phpdoc/en/reference/errorfunc/functions/debug-backtrace.xml Sun May 21 
16:51:59 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.15 $ -->
+<!-- $Revision: 1.16 $ -->
 <refentry id="function.debug-backtrace">
  <refnamediv>
   <refname>debug_backtrace</refname>
@@ -68,6 +68,14 @@
        </entry>
       </row>
       <row>
+       <entry>object</entry>
+       <entry><type>object</type></entry>
+       <entry>
+        The current <link linkend="language.oop">object</link>.  This element
+        was added in PHP 5.1.1.
+       </entry>
+      </row>
+      <row>
        <entry>type</entry>
        <entry><type>string</type></entry>
        <entry>

Reply via email to