You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo"xml_parse returned $success, xml_get_error_code = $code, xml_error_string = $error\r\n";
23
23
?>
24
24
--EXPECTF--
25
-
xml_parse returned 1, xml_get_error_code = 0, xml_error_string = No error
26
-
%rxml_parse returned 0, xml_get_error_code = 5, xml_error_string = Invalid document end|xml_parse returned 0, xml_get_error_code = 77, xml_error_string = Tag not finished%r
25
+
xml_parse returned 1, xml_get_error_code = 0, xml_error_string = %S
26
+
%rxml_parse returned 0, xml_get_error_code = 5, xml_error_string = Invalid document end|xml_parse returned 0, xml_get_error_code = 3, xml_error_string = no element found|xml_parse returned 0, xml_get_error_code = 77, xml_error_string = Tag not finished%r
0 commit comments