mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- Some more cleaning
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@132894 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
921489808d
commit
9724af40ca
2 changed files with 5 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.25 $ -->
|
||||
<!-- $Revision: 1.26 $ -->
|
||||
|
||||
<!--
|
||||
TODO: add manual conventions section (eg. how to read
|
||||
|
@ -145,7 +145,7 @@
|
|||
let's use the definition for <function>strlen</function> as our first example:
|
||||
</para>
|
||||
<para>
|
||||
<screen role="html">
|
||||
<screen>
|
||||
strlen
|
||||
|
||||
(PHP 3, PHP 4 >= 4.0.0)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.22 $ -->
|
||||
<!-- $Revision: 1.23 $ -->
|
||||
<appendix id="debugger">
|
||||
<title>Debugging PHP</title>
|
||||
|
||||
|
@ -247,6 +247,7 @@
|
|||
<example>
|
||||
<title>Example Debugger Message</title>
|
||||
<literallayout>
|
||||
<![CDATA[
|
||||
1998-04-05 23:27:400966 lucifer.guardian.no(20481) start: notice
|
||||
1998-04-05 23:27:400966 lucifer.guardian.no(20481) message: Uninitialized variable
|
||||
1998-04-05 23:27:400966 lucifer.guardian.no(20481) location: (&null;):7
|
||||
|
@ -254,6 +255,7 @@
|
|||
1998-04-05 23:27:400966 lucifer.guardian.no(20481) function: display
|
||||
1998-04-05 23:27:400966 lucifer.guardian.no(20481) location: /home/ssb/public_html/test.php3:10
|
||||
1998-04-05 23:27:400966 lucifer.guardian.no(20481) end: notice
|
||||
]]>
|
||||
</literallayout>
|
||||
</example>
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue