Searched refs:xml_error_string (Results 1 – 12 of 12) sorted by relevance
/PHP-8.0/ext/xml/tests/ |
H A D | bug81351.phpt | 19 $error = xml_error_string($code); 20 echo "xml_parse returned $success, xml_get_error_code = $code, xml_error_string = $error\r\n"; 23 $error = xml_error_string($code); 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 | 2 xml_error_string() - Basic test on 5 error codes 23 var_dump(xml_error_string(xml_get_error_code($xml_parser)));
|
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 | 101 ZEND_FUNCTION(xml_error_string); 126 ZEND_FE(xml_error_string, arginfo_xml_error_string)
|
H A D | xml.stub.php | 51 function xml_error_string(int $error_code): ?string {} function
|
H A D | xml.c | 1344 PHP_FUNCTION(xml_error_string) in PHP_FUNCTION() argument
|
Completed in 12 milliseconds