From ec7b74c91b675c27e4133d8e79619982bca9806a Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Wed, 14 Mar 2018 16:17:11 +0000 Subject: [PATCH] Fix #61542: xml_parse with invalid attribute returns 1 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344503 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/xml/functions/xml-parse.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/xml/functions/xml-parse.xml b/reference/xml/functions/xml-parse.xml index fbfea421ec..e8358d9003 100644 --- a/reference/xml/functions/xml-parse.xml +++ b/reference/xml/functions/xml-parse.xml @@ -71,7 +71,7 @@ - Entity errors are reported at the end of the data thus only if + Some errors (such as entity errors) are reported at the end of the data, thus only if is_final is set and &true;.