From 95225913b7ddba5a2e4c63868c325219a00a8382 Mon Sep 17 00:00:00 2001 From: Daniel Egeberg Date: Sat, 17 Apr 2010 21:13:21 +0000 Subject: [PATCH] Fixed PHP bug #51585 (wrong description for is_prefix in SimpleXMLElement::children) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@298133 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/simplexml/simplexmlelement/children.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/simplexml/simplexmlelement/children.xml b/reference/simplexml/simplexmlelement/children.xml index 76482c2b1f..b618a34313 100644 --- a/reference/simplexml/simplexmlelement/children.xml +++ b/reference/simplexml/simplexmlelement/children.xml @@ -40,9 +40,9 @@ If is_prefix is &true;, + ns will be regarded as a prefix. If &false;, ns will be regarded as a namespace - URL. If &false;, ns will be - regarded as a prefix. + URL.