Searched refs:xml_get_error_code (Results 1 – 13 of 13) sorted by relevance
/PHP-8.0/ext/xml/tests/ |
H A D | bug81351.phpt | 18 $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 D | xml_error_string_basic.phpt | 22 var_dump(xml_get_error_code($xml_parser)); 23 var_dump(xml_error_string(xml_get_error_code($xml_parser)));
|
H A D | bug71592.phpt | 27 var_dump(xml_get_error_code($parser) === XML_ERROR_EXTERNAL_ENTITY_HANDLING);
|
H A D | xml001.phpt | 27 xml_error_string(xml_get_error_code($xml_parser)),
|
H A D | xml003.phpt | 68 xml_error_string(xml_get_error_code($xml_parser)),
|
H A D | bug26614.phpt | 80 echo "Error: ".xml_error_string(xml_get_error_code($xml_parser))."\n";
|
H A D | xml002.phpt | 69 xml_error_string(xml_get_error_code($xml_parser)),
|
H A D | bug26614_libxml.phpt | 80 echo "Error: ".xml_error_string(xml_get_error_code($xml_parser))."\n";
|
H A D | bug32001b.phpt | 88 echo "[Error] ", xml_error_string(xml_get_error_code($parser)), "\n";
|
H A D | bug32001.phpt | 128 echo "[Error] ", xml_error_string(xml_get_error_code($parser)), "\n";
|
/PHP-8.0/ext/xml/ |
H A D | xml_arginfo.h | 100 ZEND_FUNCTION(xml_get_error_code); 125 ZEND_FE(xml_get_error_code, arginfo_xml_get_error_code)
|
H A D | xml.stub.php | 49 function xml_get_error_code(XMLParser $parser): int {} function
|
H A D | xml.c | 1329 PHP_FUNCTION(xml_get_error_code) in PHP_FUNCTION() argument
|
Completed in 21 milliseconds