Test: /ext/xml/tests/bug81351.phpt - Version 7.4.29        

Bug #81351 xml_parse may fail, but has no error code
Submitted: 2021-08-11 19:04:56 Modified: 2021-08-12 14:33:53
From: dave.lampert Assigned: cmb
Status: Closed Package: *XML functions
PHP Version: 8.0.9 OS: Windows

There is 1 diff reported by users for this test.

Count Diff
10 (100%)
001+ xml_parse returned 1, xml_get_error_code = 0, xml_error_string = 002+ xml_parse returned 0, xml_get_error_code = 3, xml_error_string = no element found 001- xml_parse returned 1, xml_get_error_code = 0, xml_error_string = No error 002- xml_parse returned 0, xml_get_error_code = 5, xml_error_string = Invalid document end