Fixed bug #53505 Wrong wording, the input must be passed as string not 'file'

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@306218 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
David Tajchreber 2010-12-11 04:49:23 +00:00
parent 09353e6249
commit 2b0c6356d3

View file

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