From c5e9787f0e5e0fc22ae277de02b6b8e465d61b78 Mon Sep 17 00:00:00 2001 From: Yannick Torres Date: Thu, 17 Mar 2011 22:14:09 +0000 Subject: [PATCH] * Remove TAB caracters * WS git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@309357 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../errorfunc/functions/debug-backtrace.xml | 58 +++++++++---------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/reference/errorfunc/functions/debug-backtrace.xml b/reference/errorfunc/functions/debug-backtrace.xml index 5c7e30ea37..9f98c51c61 100644 --- a/reference/errorfunc/functions/debug-backtrace.xml +++ b/reference/errorfunc/functions/debug-backtrace.xml @@ -5,7 +5,7 @@ debug_backtrace Generates a backtrace - + &reftitle.description; @@ -16,7 +16,7 @@ debug_backtrace generates a PHP backtrace. - + &reftitle.parameters; @@ -27,34 +27,34 @@ Since 5.3.6, this parameter is a bitmask for the following options: - <function>debug_backtrace</function> options - - - - DEBUG_BACKTRACE_PROVIDE_OBJECT - - Whether or not to populate the "object" index. - - - - DEBUG_BACKTRACE_IGNORE_ARGS - - Whether or not to omit the "args" index and thus all the method arguments to - to save memory. - - - - -
- Before 5.3.6, only value recognized is &true; or &false;, which is the same as - setting and unsetting DEBUG_BACKTRACE_PROVIDE_OBJECT option. + <function>debug_backtrace</function> options + + + + DEBUG_BACKTRACE_PROVIDE_OBJECT + + Whether or not to populate the "object" index. + + + + DEBUG_BACKTRACE_IGNORE_ARGS + + Whether or not to omit the "args" index and thus all the method arguments to + to save memory. + + + + + + Before 5.3.6, only value recognized is &true; or &false;, which is the same as + setting and unsetting DEBUG_BACKTRACE_PROVIDE_OBJECT option.
- + &reftitle.returnvalues; @@ -133,7 +133,7 @@ - + &reftitle.changelog; @@ -150,7 +150,7 @@ 5.3.6 The parameter provide_object changed to options and additional option - DEBUG_BACKTRACE_IGNORE_ARGS is added. + DEBUG_BACKTRACE_IGNORE_ARGS is added. @@ -170,7 +170,7 @@ - + &reftitle.examples; @@ -198,7 +198,7 @@ include_once '/tmp/a.php'; Results similar to the following when executing - /tmp/b.php: + /tmp/b.php: - + &reftitle.seealso;