Home
last modified time | relevance | path

Searched refs:xml_get_error_code (Results 1 – 10 of 10) sorted by relevance

/PHP-7.4/ext/xml/tests/
H A Dbug81351.phpt18 $code = xml_get_error_code($parser);
20 echo "xml_parse returned $success, xml_get_error_code = $code, xml_error_string = $error\r\n";
22 $code = xml_get_error_code($parser);
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 Dbug71592.phpt27 var_dump(xml_get_error_code($parser) === XML_ERROR_EXTERNAL_ENTITY_HANDLING);
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.c157 PHP_FUNCTION(xml_get_error_code);
317 PHP_FE(xml_get_error_code, arginfo_xml_get_error_code)
1493 PHP_FUNCTION(xml_get_error_code) in PHP_FUNCTION() argument

Completed in 12 milliseconds