mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
* 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:
parent
38e09927fb
commit
d4f840249e
2 changed files with 4 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue