Home
last modified time | relevance | path

Searched refs:xml_get_error_code (Results 1 – 11 of 11) sorted by relevance

/PHP-5.5/ext/xml/tests/
H A Dxml_get_error_code_error.phpt2 Test xml_get_error_code() function : error conditions
11 /* Prototype : proto int xml_get_error_code(resource parser)
17 echo "*** Testing xml_get_error_code() : error conditions ***\n";
20 echo "\n-- Testing xml_get_error_code() function with Zero arguments --\n";
21 var_dump( xml_get_error_code() );
23 //Test xml_get_error_code with one more than the expected number of arguments
27 var_dump( xml_get_error_code(null, $extra_arg) );
32 *** Testing xml_get_error_code() : error conditions ***
34 -- Testing xml_get_error_code() function with Zero arguments --
36 Warning: xml_get_error_code() expects exactly 1 parameter, 0 given in %s on line %d
[all …]
H A Dxml_get_error_code_variation1.phpt2 Test xml_get_error_code() function : usage variations
11 /* Prototype : proto int xml_get_error_code(resource parser)
17 echo "*** Testing xml_get_error_code() : usage variations ***\n";
91 var_dump( xml_get_error_code($value) );
98 *** Testing xml_get_error_code() : usage variations ***
122 Warning: xml_get_error_code() expects parameter 1 to be resource, double given in %s on line %d
147 Warning: xml_get_error_code() expects parameter 1 to be resource, array given in %s on line %d
152 Warning: xml_get_error_code() expects parameter 1 to be resource, array given in %s on line %d
157 Warning: xml_get_error_code() expects parameter 1 to be resource, array given in %s on line %d
172 Warning: xml_get_error_code() expects parameter 1 to be resource, null 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.h124 PHP_FUNCTION(xml_get_error_code);
H A Dxml.c231 PHP_FE(xml_get_error_code, arginfo_xml_get_error_code)
1508 PHP_FUNCTION(xml_get_error_code) in PHP_FUNCTION() argument

Completed in 17 milliseconds