Home
last modified time | relevance | path

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

/php-src/ext/xml/tests/
H A Dbug81351.phpt17 $error = xml_error_string($code);
18 echo "xml_parse returned $success, xml_get_error_code = $code, xml_error_string = $error\r\n";
21 $error = xml_error_string($code);
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
26xml_error_string = Invalid document end|xml_parse returned 0, xml_get_error_code = 3, xml_error_st…
H A DXML_OPTION_PARSE_HUGE.phpt41 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 Dxml_error_string_basic.inc14 var_dump(xml_error_string(xml_get_error_code($xml_parser)));
H A Dxml_error_string_basic_expat.phpt2 xml_error_string() - Basic test on 5 error codes
H A Dxml_error_string_basic_libxml.phpt2 xml_error_string() - Basic test on 5 error codes
H A Dbug26614.inc71 echo "Error: ".xml_error_string(xml_get_error_code($xml_parser))."\n";
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 Dxml002.phpt70 xml_error_string(xml_get_error_code($xml_parser)),
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-src/ext/xml/
H A Dxml_arginfo.h100 ZEND_FUNCTION(xml_error_string);
124 ZEND_FE(xml_error_string, arginfo_xml_error_string)
H A Dxml.stub.php183 function xml_error_string(int $error_code): ?string {} function
H A Dxml.c1391 PHP_FUNCTION(xml_error_string) in PHP_FUNCTION() argument

Completed in 21 milliseconds