Searched refs:xml_error_string (Results 1 – 12 of 12) sorted by relevance
/PHP-5.3/ext/xml/tests/ |
H A D | xml_error_string_error.phpt | 2 Test xml_error_string() function : error conditions 11 /* Prototype : proto string xml_error_string(int code) 17 echo "*** Testing xml_error_string() : error conditions ***\n"; 20 echo "\n-- Testing xml_error_string() function with Zero arguments --\n"; 21 var_dump( xml_error_string() ); 23 //Test xml_error_string with one more than the expected number of arguments 27 var_dump( xml_error_string($code, $extra_arg) ); 32 *** Testing xml_error_string() : error conditions *** 34 -- Testing xml_error_string() function with Zero arguments -- 36 Warning: xml_error_string() expects exactly 1 parameter, 0 given in %s on line %d [all …]
|
H A D | xml_error_string_variation1.phpt | 2 Test xml_error_string() function : usage variations - test different types for code 11 /* Prototype : proto string xml_error_string(int code) 17 echo "*** Testing xml_error_string() : usage variations ***\n"; 81 var_dump( xml_error_string($value) ); 87 *** Testing xml_error_string() : usage variations *** 106 Warning: xml_error_string() expects parameter 1 to be long, array given in %s on line %d 111 Warning: xml_error_string() expects parameter 1 to be long, array given in %s on line %d 116 Warning: xml_error_string() expects parameter 1 to be long, array given in %s on line %d 121 Warning: xml_error_string() expects parameter 1 to be long, array given in %s on line %d 126 Warning: xml_error_string() expects parameter 1 to be long, array given in %s on line %d [all …]
|
H A D | xml001.phpt | 29 xml_error_string(xml_get_error_code($xml_parser)),
|
H A D | xml003.phpt | 70 xml_error_string(xml_get_error_code($xml_parser)),
|
H A D | xml002.phpt | 71 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 | bug26614_libxml.phpt | 80 echo "Error: ".xml_error_string(xml_get_error_code($xml_parser))."\n";
|
H A D | bug32001b.phpt | 84 echo "[Error] ", xml_error_string(xml_get_error_code($parser)), "\n";
|
H A D | bug32001.phpt | 126 echo "[Error] ", xml_error_string(xml_get_error_code($parser)), "\n";
|
/PHP-5.3/ext/xml/ |
H A D | php_xml.h | 125 PHP_FUNCTION(xml_error_string);
|
H A D | xml.c | 231 PHP_FE(xml_error_string, arginfo_xml_error_string) 1624 PHP_FUNCTION(xml_error_string) in PHP_FUNCTION() argument
|
/PHP-5.3/ |
H A D | NEWS | 3461 - Fixed bug in xml_error_string() which resulted in messages being
|
Completed in 29 milliseconds