Searched refs:xml_get_error_code (Results 1 – 13 of 13) sorted by relevance
/php-src/ext/xml/tests/ |
H A D | bug81351.phpt | 16 $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 = %S 26 …xml_get_error_code = 5, xml_error_string = Invalid document end|xml_parse returned 0, xml_get_erro…
|
H A D | xml_error_string_basic.inc | 13 var_dump(xml_get_error_code($xml_parser)); 14 var_dump(xml_error_string(xml_get_error_code($xml_parser)));
|
H A D | XML_OPTION_PARSE_HUGE.phpt | 41 echo "ret = $ret (", xml_error_string(xml_get_error_code($parser)), ")\n"; 46 echo "ret = $ret (", xml_error_string(xml_get_error_code($parser)), ")\n"; 48 echo "ret = $ret (", xml_error_string(xml_get_error_code($parser)), ")\n"; 53 echo "ret = $ret (", xml_error_string(xml_get_error_code($parser)), ")\n"; 59 echo "ret = $ret (", xml_error_string(xml_get_error_code($parser)), ")\n";
|
H A D | bug71592.phpt | 25 var_dump(xml_get_error_code($parser) === XML_ERROR_EXTERNAL_ENTITY_HANDLING);
|
H A D | bug26614.inc | 71 echo "Error: ".xml_error_string(xml_get_error_code($xml_parser))."\n";
|
H A D | xml001.phpt | 28 xml_error_string(xml_get_error_code($xml_parser)),
|
H A D | xml003.phpt | 69 xml_error_string(xml_get_error_code($xml_parser)),
|
H A D | xml002.phpt | 70 xml_error_string(xml_get_error_code($xml_parser)),
|
H A D | bug32001b.phpt | 89 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-src/ext/xml/ |
H A D | xml_arginfo.h | 99 ZEND_FUNCTION(xml_get_error_code); 123 ZEND_FE(xml_get_error_code, arginfo_xml_get_error_code)
|
H A D | xml.stub.php | 181 function xml_get_error_code(XMLParser $parser): int {} function
|
H A D | xml.c | 1399 PHP_FUNCTION(xml_get_error_code) in PHP_FUNCTION() argument
|
Completed in 22 milliseconds