mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- Cleanup
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@133207 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
69a76e3a55
commit
252cebf2c8
1 changed files with 6 additions and 5 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue