[PHP-DOC] cvs: phpdoc /en/reference/errorfunc/functions debug-backtrace.xml

2006-05-21 Thread Philip Olson
philip  Sun May 21 21:25:23 2006 UTC

  Modified files:  
/phpdoc/en/reference/errorfunc/functionsdebug-backtrace.xml 
  Log:
  Added a changelog, and moved the 5.1.1 change into it 
  
  
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/errorfunc/functions/debug-backtrace.xml?r1=1.16&r2=1.17&diff_format=u
Index: phpdoc/en/reference/errorfunc/functions/debug-backtrace.xml
diff -u phpdoc/en/reference/errorfunc/functions/debug-backtrace.xml:1.16 
phpdoc/en/reference/errorfunc/functions/debug-backtrace.xml:1.17
--- phpdoc/en/reference/errorfunc/functions/debug-backtrace.xml:1.16Sun May 
21 16:51:59 2006
+++ phpdoc/en/reference/errorfunc/functions/debug-backtrace.xml Sun May 21 
21:25:23 2006
@@ -1,5 +1,5 @@
 
-
+
 
  
   debug_backtrace
@@ -71,8 +71,7 @@
object
object

-The current object.  This element
-was added in PHP 5.1.1.
+The current object.

   
   
@@ -97,6 +96,30 @@
   
  
 
+ 
+  &reftitle.changelog;
+  
+   
+
+ 
+  
+   &Version;
+   &Description;
+  
+ 
+ 
+  
+   5.1.1
+   
+Added the current object as a possible return element.
+   
+  
+ 
+
+   
+  
+ 
+
  
   &reftitle.examples;
   


[PHP-DOC] cvs: phpdoc /en/reference/errorfunc/functions debug-backtrace.xml

2006-05-21 Thread Sebastian Bergmann
sebastian   Sun May 21 16:51:59 2006 UTC

  Modified files:  
/phpdoc/en/reference/errorfunc/functionsdebug-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.15Sun 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 @@
 
-
+
 
  
   debug_backtrace
@@ -68,6 +68,14 @@

   
   
+   object
+   object
+   
+The current object.  This element
+was added in PHP 5.1.1.
+   
+  
+  
type
string



[PHP-DOC] cvs: phpdoc /en/reference/errorfunc/functions debug-backtrace.xml error-log.xml error-reporting.xml restore-error-handler.xml restore-exception-handler.xml set-error-handler.xml trigger-erro

2005-04-24 Thread Philip Olson
philip  Sun Apr 24 19:19:35 2005 EDT

  Modified files:  
/phpdoc/en/reference/errorfunc/functionsdebug-backtrace.xml 
error-log.xml 
error-reporting.xml 
restore-error-handler.xml 
restore-exception-handler.xml 
set-error-handler.xml 
trigger-error.xml 
user-error.xml 
  Log:
  ref.errorfunc: Implemented the new doc style, and rewording where appropriate.
  
  http://cvs.php.net/diff.php/phpdoc/en/reference/errorfunc/functions/debug-backtrace.xml?r1=1.14&r2=1.15&ty=u
Index: phpdoc/en/reference/errorfunc/functions/debug-backtrace.xml
diff -u phpdoc/en/reference/errorfunc/functions/debug-backtrace.xml:1.14 
phpdoc/en/reference/errorfunc/functions/debug-backtrace.xml:1.15
--- phpdoc/en/reference/errorfunc/functions/debug-backtrace.xml:1.14Sun Apr 
24 11:36:00 2005
+++ phpdoc/en/reference/errorfunc/functions/debug-backtrace.xml Sun Apr 24 
19:19:35 2005
@@ -1,20 +1,27 @@
 
-
+
 
  
   debug_backtrace
   Generates a backtrace
  
- 
+
+ 
   &reftitle.description;
   
arraydebug_backtrace

   
   
-   debug_backtrace generates a PHP backtrace
-   and returns this information as an associative array.  The
-   possible returned elements are listed in the following table:
+   debug_backtrace generates a PHP backtrace.
+  
+ 
+
+ 
+  &reftitle.returnvalues;
+  
+   Returns an associative array. The possible returned elements
+   are as follows:
   
   

@@ -80,14 +87,13 @@
 

   
-  
-   The following is a simple example.
-  
+ 
+
+ 
+  &reftitle.examples;
   

-
- debug_backtrace example
-
+debug_backtrace example
 
 
 
 
- Results when executing /tmp/b.php:
+ Results similar to the following when executing 
+/tmp/b.php:
 
 
 
 
-&example.outputs;
+&example.outputs.similar;
 
 
 
-   
-   
-
- See set_error_handler for a more extensive example.
-
-   
-   
-
- error_msg is limited to 1024 characters in length.
- Any additional characters beyond 1024 will be truncated.
-
-   
+   
   
+ 
+
+ 
+  &reftitle.seealso;
   
-   See also error_reporting,
-   set_error_handler,
-   restore_error_handler, and
-   error level constants.
+   
+error_reporting
+set_error_handler
+restore_error_handler
+The error level 
constants
+   
   
  
 
http://cvs.php.net/diff.php/phpdoc/en/reference/errorfunc/functions/user-error.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/errorfunc/functions/user-error.xml
diff -u phpdoc/en/reference/errorfunc/functions/user-error.xml:1.5 
phpdoc/en/reference/errorfunc/functions/user-error.xml:1.6
--- phpdoc/en/reference/errorfunc/functions/user-error.xml:1.5  Sun Apr 24 
11:36:00 2005
+++ phpdoc/en/reference/errorfunc/functions/user-error.xml  Sun Apr 24 
19:19:35 2005
@@ -1,15 +1,17 @@
 
-
+
 
 
  
   user_error
   Alias of trigger_error
  
- 
+
+ 
   &reftitle.description;
   
-   This function is an alias of trigger_error.
+   &info.function.alias;
+   trigger_error.
   
  
 


[PHP-DOC] cvs: phpdoc /en/reference/errorfunc/functions debug-backtrace.xml error-log.xml error-reporting.xml restore-error-handler.xml restore-exception-handler.xml set-error-handler.xml trigger-erro

2005-04-24 Thread Philip Olson
philip  Sun Apr 24 11:36:01 2005 EDT

  Modified files:  
/phpdoc/en/reference/errorfunc/functionsdebug-backtrace.xml 
error-log.xml 
error-reporting.xml 
restore-error-handler.xml 
restore-exception-handler.xml 
set-error-handler.xml 
trigger-error.xml 
user-error.xml 
  Log:
  WS, preparation for the new doc style
  
  http://cvs.php.net/diff.php/phpdoc/en/reference/errorfunc/functions/debug-backtrace.xml?r1=1.13&r2=1.14&ty=u
Index: phpdoc/en/reference/errorfunc/functions/debug-backtrace.xml
diff -u phpdoc/en/reference/errorfunc/functions/debug-backtrace.xml:1.13 
phpdoc/en/reference/errorfunc/functions/debug-backtrace.xml:1.14
--- phpdoc/en/reference/errorfunc/functions/debug-backtrace.xml:1.13Mon Nov 
 1 11:31:23 2004
+++ phpdoc/en/reference/errorfunc/functions/debug-backtrace.xml Sun Apr 24 
11:36:00 2005
@@ -1,101 +1,99 @@
 
-
-  
-   
-debug_backtrace
-
- Generates a backtrace
-
-   
-   
-&reftitle.description;
- 
-  arraydebug_backtrace
-  
- 
-
- debug_backtrace generates a PHP backtrace
- and returns this information as an associative array.  The 
- possible returned elements are listed in the following table:
-
-
- 
-  Possible returned elements from 
debug_backtrace
-  
-   
-
- Name
- Type
- Description
-
-   
-   
-
- function
- string
- 
-  The current function name.  See also 
-  __FUNCTION__.
- 
-
-
- line
- integer
- 
-  The current line number.  See also 
-  __LINE__.
- 
-
-
- file
- string
- 
-  The current file name.  See also 
-  __FILE__.
- 
-
-
- class
- string
- 
-  The current class name.  See 
also 
-  __CLASS__
- 
-
-
- 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.
- 
-
-
- args
- array
- 
-  If inside a function, this lists the functions arguments.  If
-  inside an included file, this lists the included file name(s).
- 
-
-   
-  
- 
-
-
- The following is a simple example.
-
-
- 
-  
-   debug_backtrace example
-  
-  
+
+
+ 
+  debug_backtrace
+  Generates a backtrace
+ 
+ 
+  &reftitle.description;
+  
+   arraydebug_backtrace
+   
+  
+  
+   debug_backtrace generates a PHP backtrace
+   and returns this information as an associative array.  The
+   possible returned elements are listed in the following table:
+  
+  
+   
+Possible returned elements from 
debug_backtrace
+
+ 
+  
+   Name
+   Type
+   Description
+  
+ 
+ 
+  
+   function
+   string
+   
+The current function name.  See also
+__FUNCTION__.
+   
+  
+  
+   line
+   integer
+   
+The current line number.  See also
+__LINE__.
+   
+  
+  
+   file
+   string
+   
+The current file name.  See also
+__FILE__.
+   
+  
+  
+   class
+   string
+   
+The current class name.  See also
+__CLASS__
+   
+  
+  
+   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.
+   
+  
+  
+   args
+   array
+   
+If inside a function, this lists the functions arguments.  If
+inside an included file, this lists the included file name(s).
+   
+  
+ 
+
+   
+  
+  
+   The following is a simple example.
+  
+  
+   
+
+ debug_backtrace example
+
+
 
-  
-  
-   Results when executing /tmp/b.php:
-  
-  
+
+
+ Results when executing /tmp/b.php:
+
+
 
-  
- 
-
-
- See also trigger_error and
- debug_print_backtrace.
-
-   
-  
+
+   
+  
+  
+   See also trigger_error and
+   debug_print_backtrace.
+  
+ 
+
 
 
+
 
-  
-   
-error_log
-Send an error message somewhere
-   
-   
-&reftitle.description;
- 
-  interror_log
-  
stringmessage
-  intmessage_type
-  stringdestination
-  stri

[PHP-DOC] cvs: phpdoc /en/reference/errorfunc/functions debug-backtrace.xml debug-print-backtrace.xml error-log.xml error-reporting.xml restore-error-handler.xml restore-exception-handler.xml set-error-handler.xml trigger-error.xml user-error.xml /en/reference/exec/functions escapeshellarg.xml escapeshellcmd.xml exec.xml passthru.xml proc-close.xml proc-get-status.xml proc-nice.xml proc-open.xml proc-terminate.xml shell-exec.xml system.xml /en/reference/fam/functions fam-cancel-monitor.xml fam-close.xml fam-monitor-collection.xml fam-monitor-directory.xml fam-monitor-file.xml fam-next-event.xml fam-open.xml fam-pending.xml fam-resume-monitor.xml fam-suspend-monitor.xml

2004-11-01 Thread Yannick TORRES
yannick Mon Nov  1 11:31:29 2004 EDT

  Modified files:  
/phpdoc/en/reference/errorfunc/functionsdebug-backtrace.xml 
debug-print-backtrace.xml 
error-log.xml 
error-reporting.xml 
restore-error-handler.xml 
restore-exception-handler.xml 
set-error-handler.xml 
trigger-error.xml 
user-error.xml 
/phpdoc/en/reference/exec/functions escapeshellarg.xml 
escapeshellcmd.xml exec.xml 
passthru.xml proc-close.xml 
proc-get-status.xml 
proc-nice.xml proc-open.xml 
proc-terminate.xml 
shell-exec.xml system.xml 
/phpdoc/en/reference/fam/functions  fam-cancel-monitor.xml 
fam-close.xml 
fam-monitor-collection.xml 
fam-monitor-directory.xml 
fam-monitor-file.xml 
fam-next-event.xml fam-open.xml 
fam-pending.xml 
fam-resume-monitor.xml 
fam-suspend-monitor.xml 
  Log:
  use more entities
  http://cvs.php.net/diff.php/phpdoc/en/reference/errorfunc/functions/debug-backtrace.xml?r1=1.12&r2=1.13&ty=u
Index: phpdoc/en/reference/errorfunc/functions/debug-backtrace.xml
diff -u phpdoc/en/reference/errorfunc/functions/debug-backtrace.xml:1.12 
phpdoc/en/reference/errorfunc/functions/debug-backtrace.xml:1.13
--- phpdoc/en/reference/errorfunc/functions/debug-backtrace.xml:1.12Sun Mar 21 
12:01:59 2004
+++ phpdoc/en/reference/errorfunc/functions/debug-backtrace.xml Mon Nov  1 11:31:23 
2004
@@ -1,5 +1,5 @@
 
-
+
   

 debug_backtrace
@@ -8,7 +8,7 @@
 


-Description
+&reftitle.description;
  
   arraydebug_backtrace
   
http://cvs.php.net/diff.php/phpdoc/en/reference/errorfunc/functions/debug-print-backtrace.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/errorfunc/functions/debug-print-backtrace.xml
diff -u phpdoc/en/reference/errorfunc/functions/debug-print-backtrace.xml:1.1 
phpdoc/en/reference/errorfunc/functions/debug-print-backtrace.xml:1.2
--- phpdoc/en/reference/errorfunc/functions/debug-print-backtrace.xml:1.1   Thu 
Jun 19 15:22:19 2003
+++ phpdoc/en/reference/errorfunc/functions/debug-print-backtrace.xml   Mon Nov  1 
11:31:23 2004
@@ -1,5 +1,5 @@
 
-
+
   

 debug_print_backtrace
@@ -8,7 +8,7 @@
 


-Description
+&reftitle.description;
  
   voiddebug_print_backtrace
   
http://cvs.php.net/diff.php/phpdoc/en/reference/errorfunc/functions/error-log.xml?r1=1.9&r2=1.10&ty=u
Index: phpdoc/en/reference/errorfunc/functions/error-log.xml
diff -u phpdoc/en/reference/errorfunc/functions/error-log.xml:1.9 
phpdoc/en/reference/errorfunc/functions/error-log.xml:1.10
--- phpdoc/en/reference/errorfunc/functions/error-log.xml:1.9   Tue Jun  1 15:50:44 
2004
+++ phpdoc/en/reference/errorfunc/functions/error-log.xml   Mon Nov  1 11:31:23 
2004
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -7,7 +7,7 @@
 Send an error message somewhere


-Description
+&reftitle.description;
  
   interror_log
   stringmessage
http://cvs.php.net/diff.php/phpdoc/en/reference/errorfunc/functions/error-reporting.xml?r1=1.10&r2=1.11&ty=u
Index: phpdoc/en/reference/errorfunc/functions/error-reporting.xml
diff -u phpdoc/en/reference/errorfunc/functions/error-reporting.xml:1.10 
phpdoc/en/reference/errorfunc/functions/error-reporting.xml:1.11
--- phpdoc/en/reference/errorfunc/functions/error-reporting.xml:1.10Wed Aug 11 
07:28:56 2004
+++ phpdoc/en/reference/errorfunc/functions/error-reporting.xml Mon Nov  1 11:31:23 
2004
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -7,7 +7,7 @@
 Sets which PHP errors are reported


-Description
+&reftitle.description;
  
   interror_reporting
   intlevel
http://cvs.php.net/diff.php/phpdoc/en/reference/errorfunc/functions/restore-error-handler.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/errorfunc/functions/restore-error-handler.xml
diff -u phpdoc/en/reference/errorfunc/functions/restore-error-handler.xml:1.3 
phpdoc/en/reference/errorfunc/functions/restore-error-handler.xml:1.4
--- phpdoc/en/reference/errorfunc/functions/restore-error-handler.xml:1.3   Mon 
Dec  1 06:46:50 2003
+++ phpdoc/en/reference/errorfunc/func

[PHP-DOC] cvs: phpdoc /en/reference/errorfunc/functions debug-backtrace.xml

2004-03-21 Thread Mehdi Achour
didou   Sun Mar 21 12:02:00 2004 EDT

  Modified files:  
/phpdoc/en/reference/errorfunc/functionsdebug-backtrace.xml 
  Log:
  moving comments
  
http://cvs.php.net/diff.php/phpdoc/en/reference/errorfunc/functions/debug-backtrace.xml?r1=1.11&r2=1.12&ty=u
Index: phpdoc/en/reference/errorfunc/functions/debug-backtrace.xml
diff -u phpdoc/en/reference/errorfunc/functions/debug-backtrace.xml:1.11 
phpdoc/en/reference/errorfunc/functions/debug-backtrace.xml:1.12
--- phpdoc/en/reference/errorfunc/functions/debug-backtrace.xml:1.11Wed Jan 21 
22:07:57 2004
+++ phpdoc/en/reference/errorfunc/functions/debug-backtrace.xml Sun Mar 21 12:01:59 
2004
@@ -1,5 +1,5 @@
 
-
+
   

 debug_backtrace
@@ -92,22 +92,20 @@
   
   
 


[PHP-DOC] cvs: phpdoc /en/reference/errorfunc/functions debug-backtrace.xml

2004-01-21 Thread Derek Ford
derek   Wed Jan 21 22:07:57 2004 EDT

  Modified files:  
/phpdoc/en/reference/errorfunc/functionsdebug-backtrace.xml 
  Log:
  Fixing Taberature
  
http://cvs.php.net/diff.php/phpdoc/en/reference/errorfunc/functions/debug-backtrace.xml?r1=1.10&r2=1.11&ty=u
Index: phpdoc/en/reference/errorfunc/functions/debug-backtrace.xml
diff -u phpdoc/en/reference/errorfunc/functions/debug-backtrace.xml:1.10 
phpdoc/en/reference/errorfunc/functions/debug-backtrace.xml:1.11
--- phpdoc/en/reference/errorfunc/functions/debug-backtrace.xml:1.10Wed Jan 21 
15:33:21 2004
+++ phpdoc/en/reference/errorfunc/functions/debug-backtrace.xml Wed Jan 21 22:07:57 
2004
@@ -1,5 +1,5 @@
 
-
+
   

 debug_backtrace
@@ -67,7 +67,7 @@
  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.
+  method call, "::" is returned. If a function call, nothing is returned.
  
 
 


[PHP-DOC] cvs: phpdoc /en/reference/errorfunc/functions debug-backtrace.xml

2004-01-21 Thread Derek Ford
derek   Wed Jan 21 15:33:21 2004 EDT

  Modified files:  
/phpdoc/en/reference/errorfunc/functionsdebug-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 @@
 
-
+
   

 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.
  
 
 


[PHP-DOC] cvs: phpdoc /en/reference/errorfunc/functions debug-backtrace.xml

2004-01-20 Thread Derek Ford
derek   Tue Jan 20 22:47:01 2004 EDT

  Modified files:  
/phpdoc/en/reference/errorfunc/functionsdebug-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 @@
 
-
+
   

 debug_backtrace
@@ -66,7 +66,7 @@
  type
  string
  
-  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.
  
 
 


[PHP-DOC] cvs: phpdoc /en/reference/errorfunc/functions debug-backtrace.xml

2003-10-14 Thread Friedhelm Betz
betzTue Oct 14 09:54:52 2003 EDT

  Modified files:  
/phpdoc/en/reference/errorfunc/functionsdebug-backtrace.xml 
  Log:
  bugfix #25858
  see also fixed
  
  
Index: phpdoc/en/reference/errorfunc/functions/debug-backtrace.xml
diff -u phpdoc/en/reference/errorfunc/functions/debug-backtrace.xml:1.4 
phpdoc/en/reference/errorfunc/functions/debug-backtrace.xml:1.5
--- phpdoc/en/reference/errorfunc/functions/debug-backtrace.xml:1.4 Mon Jun 16 
08:33:50 2003
+++ phpdoc/en/reference/errorfunc/functions/debug-backtrace.xml Tue Oct 14 09:54:52 
2003
@@ -1,5 +1,5 @@
 
-
+
   

 debug_backtrace
@@ -144,7 +144,7 @@
 
 
  See also trigger_error and
- print_debug_backtrace.
+ debug_print_backtrace.
 

   


[PHP-DOC] cvs: phpdoc /en/reference/errorfunc/functions debug-backtrace.xml print-debug-backtrace.xml

2003-06-16 Thread Derick Rethans
derick  Mon Jun 16 08:33:50 2003 EDT

  Added files: 
/phpdoc/en/reference/errorfunc/functionsprint-debug-backtrace.xml 

  Modified files:  
/phpdoc/en/reference/errorfunc/functionsdebug-backtrace.xml 
  Log:
  - Added minimal docs for print_debug_backtrace() and did some structure work.
  
  
Index: phpdoc/en/reference/errorfunc/functions/debug-backtrace.xml
diff -u phpdoc/en/reference/errorfunc/functions/debug-backtrace.xml:1.3 
phpdoc/en/reference/errorfunc/functions/debug-backtrace.xml:1.4
--- phpdoc/en/reference/errorfunc/functions/debug-backtrace.xml:1.3 Sat Jun 14 
13:48:17 2003
+++ phpdoc/en/reference/errorfunc/functions/debug-backtrace.xml Mon Jun 16 08:33:50 
2003
@@ -1,5 +1,5 @@
 
-
+
   

 debug_backtrace
@@ -108,9 +108,13 @@
 
-
-/* Results when executing /tmp/b.php
-
+]]>
+  
+  
+   Results when executing /tmp/b.php:
+  
+  
+
-  
+  
  
 
 
- See also trigger_error.
+ See also trigger_error and
+ print_debug_backtrace.
 

   

Index: phpdoc/en/reference/errorfunc/functions/print-debug-backtrace.xml
+++ phpdoc/en/reference/errorfunc/functions/print-debug-backtrace.xml


  
   
print_debug_backtrace

 Prints a backtrace

   
   
Description
 
  voidprint_debug_backtrace
  
 

 print_debug_backtrace prints a PHP backtrace.


 See also debug_backtrace.

   
  





-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-DOC] cvs: phpdoc /en/reference/errorfunc/functions debug-backtrace.xml

2003-01-18 Thread Philip Olson
philip  Sun Jan 19 01:23:07 2003 EDT

  Modified files:  
/phpdoc/en/reference/errorfunc/functionsdebug-backtrace.xml 
  Log:
  Typo.
  
  
Index: phpdoc/en/reference/errorfunc/functions/debug-backtrace.xml
diff -u phpdoc/en/reference/errorfunc/functions/debug-backtrace.xml:1.1 
phpdoc/en/reference/errorfunc/functions/debug-backtrace.xml:1.2
--- phpdoc/en/reference/errorfunc/functions/debug-backtrace.xml:1.1 Sun Jan 19 
01:19:23 2003
+++ phpdoc/en/reference/errorfunc/functions/debug-backtrace.xml Sun Jan 19 01:23:07 
+2003
@@ -1,5 +1,5 @@
 
-
+
   

 debug_backtrace
@@ -20,7 +20,7 @@
 
 
  
-  Possible returned elements from 
debug_backtrace
+  Possible returned elements from 
+debug_backtrace
   

 



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] cvs: phpdoc /en/reference/errorfunc/functions debug-backtrace.xml

2003-01-18 Thread Philip Olson
philip  Sun Jan 19 01:19:23 2003 EDT

  Added files: 
/phpdoc/en/reference/errorfunc/functionsdebug-backtrace.xml 
  Log:
  Initial commit of this fine function.  It may need a little touching up :) 
  This closes bug #21515
  
  

Index: phpdoc/en/reference/errorfunc/functions/debug-backtrace.xml
+++ phpdoc/en/reference/errorfunc/functions/debug-backtrace.xml


  
   
debug_backtrace

 Generates a backtrace

   
   
Description
 
  arraydebug_backtrace
  
 

 debug_backtrace generates a PHP backtrace
 and returns this information as an associative array.  The 
 possible returned elements are listed in the following table:


 
  Possible returned elements from 
debug_backtrace
  
   

 Name
 Type
 Description

   
   

 function
 string
 
  The current function name.  See also 
  __FUNCTION__.
 


 line
 integer
 
  The current line number.  See also 
  __LINE__.
 


 file
 string
 
  The current file name.  See also 
  __FILE__.
 


 class
 string
 
  The current class name.  See also 
  __CLASS__
 


 type
 string
 
  The current class type.
 


 args
 array
 
  If inside a function, this lists the functions arguments.  If
  inside a included file, this lists the included file name(s).
 

   
  
 


 The following is a simple example.


 
  
   debug_backtrace example
  
  

  
 


 See also trigger_error.

   
  





-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php