* No () in <function>

* <example> must have a <title> (or use <informalexample>)


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@263501 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Rudy Nappée 2008-07-25 08:48:04 +00:00
parent 38e09927fb
commit d4f840249e
2 changed files with 4 additions and 2 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.10 $ -->
<!-- $Revision: 1.11 $ -->
<sect1 xml:id="language.oop5.autoload" xmlns="http://docbook.org/ns/docbook">
<title>Autoloading Objects</title>
<para>
@ -58,6 +58,7 @@ $obj2 = new MyClass2();
</programlisting>
</example>
<example>
<title>Autoload other example</title>
<para>
This example attempts to load the interface <literal>ITest</literal>.
</para>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.6 $ -->
<!-- $Revision: 1.7 $ -->
<refentry xml:id="function.json-decode" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>json_decode</refname>
@ -90,6 +90,7 @@ array(5) {
</screen>
</example>
<example>
<title>Another example</title>
<programlisting role="php">
<![CDATA[
<?php