derick Wed Jun 25 01:44:36 2003 EDT Modified files: /phpdoc/en/appendices debugger.xml Log: - Cleanup Index: phpdoc/en/appendices/debugger.xml diff -u phpdoc/en/appendices/debugger.xml:1.24 phpdoc/en/appendices/debugger.xml:1.25 --- phpdoc/en/appendices/debugger.xml:1.24 Sun Jun 22 11:57:01 2003 +++ phpdoc/en/appendices/debugger.xml Wed Jun 25 01:44:36 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.24 $ --> +<!-- $Revision: 1.25 $ --> <appendix id="debugger"> <title>Debugging PHP</title> @@ -79,12 +79,13 @@ A line has this format: <informalexample> <literallayout> -<replaceable>date</replaceable> <replaceable>time</replaceable> -<replaceable>host</replaceable>(<replaceable>pid</replaceable>) -<replaceable>type</replaceable>: -<replaceable>message-data</replaceable> +<![CDATA[ +date time host(pid) type: message-data +]]> </literallayout> </informalexample> + </para> + <para> <variablelist> <varlistentry> <term><replaceable>date</replaceable></term>
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php