Home
last modified time | relevance | path

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

/PHP-5.5/ext/xml/tests/
H A Dxml_error_string_error.phpt2 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 Dxml_error_string_variation1.phpt2 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 Dxml003.phpt68 xml_error_string(xml_get_error_code($xml_parser)),
H A Dxml001.phpt27 xml_error_string(xml_get_error_code($xml_parser)),
H A Dbug26614.phpt80 echo "Error: ".xml_error_string(xml_get_error_code($xml_parser))."\n";
H A Dxml002.phpt69 xml_error_string(xml_get_error_code($xml_parser)),
H A Dbug26614_libxml.phpt80 echo "Error: ".xml_error_string(xml_get_error_code($xml_parser))."\n";
H A Dbug32001b.phpt84 echo "[Error] ", xml_error_string(xml_get_error_code($parser)), "\n";
H A Dbug32001.phpt126 echo "[Error] ", xml_error_string(xml_get_error_code($parser)), "\n";
/PHP-5.5/ext/xml/
H A Dphp_xml.h125 PHP_FUNCTION(xml_error_string);
H A Dxml.c232 PHP_FE(xml_error_string, arginfo_xml_error_string)
1524 PHP_FUNCTION(xml_error_string) in PHP_FUNCTION() argument
/PHP-5.5/
H A DNEWS6511 - Fixed bug in xml_error_string() which resulted in messages being

Completed in 41 milliseconds