Home
last modified time | relevance | path

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

/PHP-8.1/ext/xml/tests/
H A Dbug81351.phpt16 $code = xml_get_error_code($parser);
18 echo "xml_parse returned $success, xml_get_error_code = $code, xml_error_string = $error\r\n";
20 $code = xml_get_error_code($parser);
22 echo "xml_parse returned $success, xml_get_error_code = $code, xml_error_string = $error\r\n";
25 xml_parse returned 1, xml_get_error_code = 0, xml_error_string = No error
26 xml_parse returned 0, xml_get_error_code = 5, xml_error_string = Invalid document end
H A Dxml_error_string_basic.phpt18 var_dump(xml_get_error_code($xml_parser));
19 var_dump(xml_error_string(xml_get_error_code($xml_parser)));
H A Dbug71592.phpt25 var_dump(xml_get_error_code($parser) === XML_ERROR_EXTERNAL_ENTITY_HANDLING);
H A Dxml001.phpt28 xml_error_string(xml_get_error_code($xml_parser)),
H A Dxml003.phpt69 xml_error_string(xml_get_error_code($xml_parser)),
H A Dbug26614.phpt81 echo "Error: ".xml_error_string(xml_get_error_code($xml_parser))."\n";
H A Dxml002.phpt70 xml_error_string(xml_get_error_code($xml_parser)),
H A Dbug26614_libxml_gte2_11.phpt82 echo "Error: ".xml_error_string(xml_get_error_code($xml_parser))."\n";
H A Dbug26614_libxml_pre2_11.phpt82 echo "Error: ".xml_error_string(xml_get_error_code($xml_parser))."\n";
H A Dbug32001b.phpt89 echo "[Error] ", xml_error_string(xml_get_error_code($parser)), "\n";
H A Dbug32001.phpt129 echo "[Error] ", xml_error_string(xml_get_error_code($parser)), "\n";
/PHP-8.1/ext/xml/
H A Dxml_arginfo.h100 ZEND_FUNCTION(xml_get_error_code);
125 ZEND_FE(xml_get_error_code, arginfo_xml_get_error_code)
H A Dxml.stub.php49 function xml_get_error_code(XMLParser $parser): int {} function
H A Dxml.c1329 PHP_FUNCTION(xml_get_error_code) in PHP_FUNCTION() argument

Completed in 19 milliseconds