From ce1a30e3b9ae18880aea4dc2110da5101bf6424a Mon Sep 17 00:00:00 2001 From: Derek Ford Date: Wed, 21 Jan 2004 20:33:21 +0000 Subject: [PATCH] Adding carriage return git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@149426 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/errorfunc/functions/debug-backtrace.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/reference/errorfunc/functions/debug-backtrace.xml b/reference/errorfunc/functions/debug-backtrace.xml index 8a7ce17876..e9933e30f4 100755 --- a/reference/errorfunc/functions/debug-backtrace.xml +++ b/reference/errorfunc/functions/debug-backtrace.xml @@ -1,5 +1,5 @@ - + debug_backtrace @@ -66,7 +66,8 @@ type string - 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.