From f5cf87b6e6ae556a95f68ad77ac6f82ff6639c5b Mon Sep 17 00:00:00 2001 From: Daniel Egeberg Date: Wed, 24 Feb 2010 13:16:50 +0000 Subject: [PATCH] Fixing mistakes. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295470 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/oop5/decon.xml | 2 +- reference/simplexml/simplexmlelement/children.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/language/oop5/decon.xml b/language/oop5/decon.xml index ee5131e287..ace4af0efb 100644 --- a/language/oop5/decon.xml +++ b/language/oop5/decon.xml @@ -57,7 +57,7 @@ $obj = new SubClass(); __construct which was used for different semantics. - Unlike with other metods, PHP will not generate an + Unlike with other methods, PHP will not generate an E_STRICT level error message when __construct is overridden with different parameters than the parent __construct method has. diff --git a/reference/simplexml/simplexmlelement/children.xml b/reference/simplexml/simplexmlelement/children.xml index 144972659e..471e2e0241 100644 --- a/reference/simplexml/simplexmlelement/children.xml +++ b/reference/simplexml/simplexmlelement/children.xml @@ -39,7 +39,7 @@ is_prefix - If ns_prefix is &true;, + If is_prefix is &true;, ns will be regarded as a namespace URL. If &false;, ns will be regarded as a prefix.