You got a new mouse?!!?! \o/ -Hannes
On Mon, Dec 20, 2010 at 00:46, Mehdi Achour <di...@php.net> wrote: > didou Sun, 19 Dec 2010 23:46:27 +0000 > > Revision: http://svn.php.net/viewvc?view=revision&revision=306474 > > Log: > Revert file to string. > Fix typo > > Changed paths: > U phpdoc/en/trunk/reference/xml/functions/xml-parse-into-struct.xml > > Modified: phpdoc/en/trunk/reference/xml/functions/xml-parse-into-struct.xml > =================================================================== > --- phpdoc/en/trunk/reference/xml/functions/xml-parse-into-struct.xml > 2010-12-19 23:39:02 UTC (rev 306473) > +++ phpdoc/en/trunk/reference/xml/functions/xml-parse-into-struct.xml > 2010-12-19 23:46:27 UTC (rev 306474) > @@ -16,7 +16,7 @@ > <methodparam choice="opt"><type>array</type><parameter > role="reference">index</parameter></methodparam> > </methodsynopsis> > <para> > - This function parses an XML file into 2 parallel array structures, one > + This function parses an XML string into 2 parallel array structures, one > (<parameter>index</parameter>) containing pointers to the location of the > appropriate values in the <parameter>values</parameter> array. These last > two parameters must be passed by reference. > @@ -39,7 +39,7 @@ > <term><parameter>data</parameter></term> > <listitem> > <para> > - An string containing the XML data. > + A string containing the XML data. > </para> > </listitem> > </varlistentry> > > > -- > PHP Documentation Commits Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php >