derek Wed Jan 21 15:33:21 2004 EDT
Modified files:
/phpdoc/en/reference/errorfunc/functions debug-backtrace.xml
Log:
Adding carriage return
http://cvs.php.net/diff.php/phpdoc/en/reference/errorfunc/functions/debug-backtrace.xml?r1=1.9&r2=1.10&ty=u
Index: phpdoc/en/reference/errorfunc/functions/debug-backtrace.xml
diff -u phpdoc/en/reference/errorfunc/functions/debug-backtrace.xml:1.9
phpdoc/en/reference/errorfunc/functions/debug-backtrace.xml:1.10
--- phpdoc/en/reference/errorfunc/functions/debug-backtrace.xml:1.9 Tue Jan 20
22:47:01 2004
+++ phpdoc/en/reference/errorfunc/functions/debug-backtrace.xml Wed Jan 21 15:33:21
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
<refentry id="function.debug-backtrace">
<refnamediv>
<refname>debug_backtrace</refname>
@@ -66,7 +66,8 @@
<entry>type</entry>
<entry><type>string</type></entry>
<entry>
- The current call type. If a method call, "->" is returned. If a static
method call, "::" is returned. If a function call, nothing is returned.
+ 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>