Home
last modified time | relevance | path

Searched refs:xml_error_string (Results 1 – 9 of 9) sorted by relevance

/PHP-7.4/ext/xml/tests/
H A Dbug81351.phpt19 $error = xml_error_string($code);
20 echo "xml_parse returned $success, xml_get_error_code = $code, xml_error_string = $error\r\n";
23 $error = xml_error_string($code);
24 echo "xml_parse returned $success, xml_get_error_code = $code, xml_error_string = $error\r\n";
27 xml_parse returned 1, xml_get_error_code = 0, xml_error_string = No error
28 xml_parse returned 0, xml_get_error_code = 5, xml_error_string = Invalid document end
H A Dxml003.phpt68 xml_error_string(xml_get_error_code($xml_parser)),
H A Dxml001.phpt27 xml_error_string(xml_get_error_code($xml_parser)),
H A Dbug26614.phpt80 echo "Error: ".xml_error_string(xml_get_error_code($xml_parser))."\n";
H A Dxml002.phpt69 xml_error_string(xml_get_error_code($xml_parser)),
H A Dbug26614_libxml.phpt80 echo "Error: ".xml_error_string(xml_get_error_code($xml_parser))."\n";
H A Dbug32001b.phpt84 echo "[Error] ", xml_error_string(xml_get_error_code($parser)), "\n";
H A Dbug32001.phpt128 echo "[Error] ", xml_error_string(xml_get_error_code($parser)), "\n";
/PHP-7.4/ext/xml/
H A Dxml.c158 PHP_FUNCTION(xml_error_string);
318 PHP_FE(xml_error_string, arginfo_xml_error_string)
1512 PHP_FUNCTION(xml_error_string) in PHP_FUNCTION() argument

Completed in 15 milliseconds