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 @@ - + 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