Searched refs:xml_get_error_code (Results 1 – 11 of 11) sorted by relevance
/PHP-7.2/ext/xml/tests/ |
H A D | xml_get_error_code_error.phpt | 2 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 D | xml_get_error_code_variation1.phpt | 2 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, float given in %s on line %d 127 Warning: xml_get_error_code() expects parameter 1 to be resource, float given in %s on line %d 132 Warning: xml_get_error_code() expects parameter 1 to be resource, float given in %s on line %d 137 Warning: xml_get_error_code() expects parameter 1 to be resource, float 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 D | xml003.phpt | 68 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 | xml002.phpt | 69 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 | 128 echo "[Error] ", xml_error_string(xml_get_error_code($parser)), "\n";
|
/PHP-7.2/ext/xml/ |
H A D | php_xml.h | 127 PHP_FUNCTION(xml_get_error_code);
|
H A D | xml.c | 230 PHP_FE(xml_get_error_code, arginfo_xml_get_error_code) 1453 PHP_FUNCTION(xml_get_error_code) in PHP_FUNCTION() argument
|
Completed in 38 milliseconds