From 2b0c6356d3837ee936034e5b510fbfea7c6eb6c3 Mon Sep 17 00:00:00 2001 From: David Tajchreber Date: Sat, 11 Dec 2010 04:49:23 +0000 Subject: [PATCH] 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 --- reference/xml/functions/xml-parse-into-struct.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/xml/functions/xml-parse-into-struct.xml b/reference/xml/functions/xml-parse-into-struct.xml index 5897196d28..621a90062b 100644 --- a/reference/xml/functions/xml-parse-into-struct.xml +++ b/reference/xml/functions/xml-parse-into-struct.xml @@ -16,7 +16,7 @@ arrayindex - This function parses an XML file into 2 parallel array structures, one + This function parses an XML string into 2 parallel array structures, one (index) containing pointers to the location of the appropriate values in the values array. These last two parameters must be passed by reference.