From d4f840249ea443d93b0927a7ab0109e6a9c0371b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rudy=20Napp=C3=A9e?= Date: Fri, 25 Jul 2008 08:48:04 +0000 Subject: [PATCH] * No () in * must have a (or use <informalexample>) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@263501 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/oop5/autoload.xml | 3 ++- reference/json/functions/json-decode.xml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/language/oop5/autoload.xml b/language/oop5/autoload.xml index 5fe9f8f81c..7d58613071 100644 --- a/language/oop5/autoload.xml +++ b/language/oop5/autoload.xml @@ -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 @@ -58,6 +58,7 @@ $obj2 = new MyClass2(); + Autoload other example This example attempts to load the interface ITest. diff --git a/reference/json/functions/json-decode.xml b/reference/json/functions/json-decode.xml index 4b25fc7028..c40b5d1a3d 100644 --- a/reference/json/functions/json-decode.xml +++ b/reference/json/functions/json-decode.xml @@ -1,5 +1,5 @@ - + json_decode @@ -90,6 +90,7 @@ array(5) { + Another example