derick Fri Dec 27 13:00:47 2002 EDT
Modified files:
/phpdoc/en/appendices debugger.xml
Log:
s/\t/\ \ \ \ \ \ \ /g
Index: phpdoc/en/appendices/debugger.xml
diff -u phpdoc/en/appendices/debugger.xml:1.21 phpdoc/en/appendices/debugger.xml:1.22
--- phpdoc/en/appendices/debugger.xml:1.21 Tue Dec 24 11:34:19 2002
+++ phpdoc/en/appendices/debugger.xml Fri Dec 27 13:00:47 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.21 $ -->
+<!-- $Revision: 1.22 $ -->
<appendix id="debugger">
<title>Debugging PHP</title>
@@ -90,8 +90,8 @@
<term><replaceable>date</replaceable></term>
<listitem>
<simpara>
- Date in ISO 8601 format
-
(<replaceable>yyyy</replaceable>-<replaceable>mm</replaceable>-<replaceable>dd</replaceable>)
+ Date in ISO 8601 format
+
+(<replaceable>yyyy</replaceable>-<replaceable>mm</replaceable>-<replaceable>dd</replaceable>)
</simpara>
</listitem>
</varlistentry>
@@ -99,7 +99,7 @@
<term><replaceable>time</replaceable></term>
<listitem>
<simpara>Time including microseconds:
-
<replaceable>hh</replaceable>:<replaceable>mm</replaceable>:<replaceable>uuuuuu</replaceable>
+
+<replaceable>hh</replaceable>:<replaceable>mm</replaceable>:<replaceable>uuuuuu</replaceable>
</simpara>
</listitem>
</varlistentry>
@@ -107,8 +107,8 @@
<term><replaceable>host</replaceable></term>
<listitem>
<simpara>
- DNS name or IP address of the host where the script error was
- generated.
+ DNS name or IP address of the host where the script error was
+ generated.
</simpara>
</listitem>
</varlistentry>
@@ -116,8 +116,8 @@
<term><replaceable>pid</replaceable></term>
<listitem>
<simpara>
- PID (process id) on <replaceable>host</replaceable> of the
- process with the PHP 3 script that generated this error.
+ PID (process id) on <replaceable>host</replaceable> of the
+ process with the PHP 3 script that generated this error.
</simpara>
</listitem>
</varlistentry>
@@ -125,72 +125,72 @@
<term><replaceable>type</replaceable></term>
<listitem>
<para>
- Type of line. Tells the receiving program about what it
- should treat the following data as:
- <table>
- <title>Debugger Line Types</title>
- <tgroup cols="2">
- <thead>
- <row>
- <entry>Name</entry>
- <entry>Meaning</entry>
- </row>
- </thead>
- <tbody>
- <row>
- <entry><literal>start</literal></entry>
- <entry>
- Tells the receiving program that a debugger message
- starts here. The contents of
- <replaceable>data</replaceable> will be the type of error
- message, listed below.
- </entry>
- </row>
- <row>
- <entry><literal>message</literal></entry>
- <entry>The PHP 3 error message.</entry>
- </row>
- <row>
- <entry><literal>location</literal></entry>
- <entry>
- File name and line number where the error occurred. The
- first <literal>location</literal> line will always
- contain the top-level location.
- <replaceable>data</replaceable> will contain
-
<literal><replaceable>file</replaceable>:<replaceable>line</replaceable></literal>.
- There will always be a <literal>location</literal> line
- after <literal>message</literal> and after every
- <literal>function</literal>.
- </entry>
- </row>
- <row>
- <entry>
- <literal>frames</literal></entry> <entry>Number of frames
- in the following stack dump. If there are four frames,
- expect information about four levels of called functions.
- If no "frames" line is given, the depth should be assumed
- to be 0 (the error occurred at top-level).
- </entry>
- </row>
- <row>
- <entry>
- <literal>function</literal></entry>
- <entry>
- Name of function where the error occurred. Will be
- repeated once for every level in the function call
- stack.
- </entry>
- </row>
- <row>
- <entry><literal>end</literal></entry>
- <entry>
- Tells the receiving program that a debugger message ends
- here.
- </entry>
- </row>
- </tbody>
- </tgroup>
- </table>
+ Type of line. Tells the receiving program about what it
+ should treat the following data as:
+ <table>
+ <title>Debugger Line Types</title>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Name</entry>
+ <entry>Meaning</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry><literal>start</literal></entry>
+ <entry>
+ Tells the receiving program that a debugger message
+ starts here. The contents of
+ <replaceable>data</replaceable> will be the type of error
+ message, listed below.
+ </entry>
+ </row>
+ <row>
+ <entry><literal>message</literal></entry>
+ <entry>The PHP 3 error message.</entry>
+ </row>
+ <row>
+ <entry><literal>location</literal></entry>
+ <entry>
+ File name and line number where the error occurred. The
+ first <literal>location</literal> line will always
+ contain the top-level location.
+ <replaceable>data</replaceable> will contain
+
+<literal><replaceable>file</replaceable>:<replaceable>line</replaceable></literal>.
+ There will always be a <literal>location</literal> line
+ after <literal>message</literal> and after every
+ <literal>function</literal>.
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <literal>frames</literal></entry> <entry>Number of frames
+ in the following stack dump. If there are four frames,
+ expect information about four levels of called functions.
+ If no "frames" line is given, the depth should be assumed
+ to be 0 (the error occurred at top-level).
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <literal>function</literal></entry>
+ <entry>
+ Name of function where the error occurred. Will be
+ repeated once for every level in the function call
+ stack.
+ </entry>
+ </row>
+ <row>
+ <entry><literal>end</literal></entry>
+ <entry>
+ Tells the receiving program that a debugger message ends
+ here.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
</para>
</listitem>
</varlistentry>
@@ -207,38 +207,38 @@
<tgroup cols="2">
<thead>
<row>
- <entry>Debugger</entry>
- <entry>PHP 3 Internal</entry>
+ <entry>Debugger</entry>
+ <entry>PHP 3 Internal</entry>
</row>
</thead>
<tbody>
<row>
- <entry><errortype>warning</errortype></entry>
- <entry><errortype>E_WARNING</errortype></entry>
+ <entry><errortype>warning</errortype></entry>
+ <entry><errortype>E_WARNING</errortype></entry>
</row>
<row>
- <entry><errortype>error</errortype></entry>
- <entry><errortype>E_ERROR</errortype></entry>
+ <entry><errortype>error</errortype></entry>
+ <entry><errortype>E_ERROR</errortype></entry>
</row>
<row>
- <entry><errortype>parse</errortype></entry>
- <entry><errortype>E_PARSE</errortype></entry>
+ <entry><errortype>parse</errortype></entry>
+ <entry><errortype>E_PARSE</errortype></entry>
</row>
<row>
- <entry><errortype>notice</errortype></entry>
- <entry><errortype>E_NOTICE</errortype></entry>
+ <entry><errortype>notice</errortype></entry>
+ <entry><errortype>E_NOTICE</errortype></entry>
</row>
<row>
- <entry><errortype>core-error</errortype></entry>
- <entry><errortype>E_CORE_ERROR</errortype></entry>
+ <entry><errortype>core-error</errortype></entry>
+ <entry><errortype>E_CORE_ERROR</errortype></entry>
</row>
<row>
- <entry><errortype>core-warning</errortype></entry>
- <entry><errortype>E_CORE_WARNING</errortype></entry>
+ <entry><errortype>core-warning</errortype></entry>
+ <entry><errortype>E_CORE_WARNING</errortype></entry>
</row>
<row>
- <entry><errortype>unknown</errortype></entry>
- <entry>(any other)</entry>
+ <entry><errortype>unknown</errortype></entry>
+ <entry>(any other)</entry>
</row>
</tbody>
</tgroup>
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php