[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] =?utf-8?q?svn:_/phpdoc/en/trunk/reference/simplexml/simplexmlelement/_children.xml?=
From:       Daniel_Egeberg <degeberg () php ! net>
Date:       2010-02-24 11:23:37
Message-ID: svn-degeberg-1267010617-295461-797532397 () svn ! php ! net
[Download RAW message or body]

degeberg                                 Wed, 24 Feb 2010 11:23:37 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=295461

Log:
Fixed PHP bug #50864 (SimpleXMLElement::count does not exist)

Bug: http://bugs.php.net/50864 (Verified) SimpleXMLElement::count does not exist
      
Changed paths:
    U   phpdoc/en/trunk/reference/simplexml/simplexmlelement/children.xml

Modified: phpdoc/en/trunk/reference/simplexml/simplexmlelement/children.xml
===================================================================
--- phpdoc/en/trunk/reference/simplexml/simplexmlelement/children.xml	2010-02-24 \
                10:38:15 UTC (rev 295460)
+++ phpdoc/en/trunk/reference/simplexml/simplexmlelement/children.xml	2010-02-24 \
11:23:37 UTC (rev 295461) @@ -129,9 +129,9 @@

   <simpara>
    <methodname>SimpleXMLElement::children</methodname> returns a node
-   object no matter if the current node have children or not. Use the
-   <methodname>SimpleXMLElement::count</methodname> to check whether
-   there is any children.
+   object no matter if the current node have children or not. Use
+   <function>count</function> on the return value to see if there are any
+   children.
   </simpara>
  </refsect1>

@@ -139,7 +139,7 @@
   &reftitle.seealso;
   <para>
    <simplelist>
-    <member><methodname>SimpleXMLElement::count</methodname></member>
+    <member><function>SimpleXMLElement::count</function></member>
    </simplelist>
   </para>
  </refsect1>



-- 
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic