Searched refs:xml_set_notation_decl_handler (Results 1 – 6 of 6) sorted by relevance
/PHP-5.3/ext/xml/tests/ |
H A D | xml_set_notation_decl_handler_error.phpt | 2 Test xml_set_notation_decl_handler() function : error conditions 11 /* Prototype : proto int xml_set_notation_decl_handler(resource parser, string hdl) 17 echo "*** Testing xml_set_notation_decl_handler() : error conditions ***\n"; 20 //Test xml_set_notation_decl_handler with one more than the expected number of arguments 25 var_dump( xml_set_notation_decl_handler(null, $hdl, $extra_arg) ); 27 // Testing xml_set_notation_decl_handler with one less than the expected number of arguments 30 var_dump( xml_set_notation_decl_handler(null) ); 35 *** Testing xml_set_notation_decl_handler() : error conditions *** 37 -- Testing xml_set_notation_decl_handler() function with more than expected no. of arguments -- 39 Warning: xml_set_notation_decl_handler() expects exactly 2 parameters, 3 given in %s on line %d [all …]
|
H A D | xml_set_notation_decl_handler_variation1.phpt | 2 Test xml_set_notation_decl_handler() function : usage variations 11 /* Prototype : proto int xml_set_notation_decl_handler(resource parser, string hdl) 17 echo "*** Testing xml_set_notation_decl_handler() : usage variations ***\n"; 96 var_dump( xml_set_notation_decl_handler($value, $hdl) ); 103 *** Testing xml_set_notation_decl_handler() : usage variations *** 127 Warning: xml_set_notation_decl_handler() expects parameter 1 to be resource, double given in %s on … 152 Warning: xml_set_notation_decl_handler() expects parameter 1 to be resource, array given in %s on l… 157 Warning: xml_set_notation_decl_handler() expects parameter 1 to be resource, array given in %s on l… 162 Warning: xml_set_notation_decl_handler() expects parameter 1 to be resource, array given in %s on l… 177 Warning: xml_set_notation_decl_handler() expects parameter 1 to be resource, null given in %s on li… [all …]
|
H A D | xml_set_notation_decl_handler_basic.phpt | 2 Test xml_set_notation_decl_handler function : basic 11 /* Prototype : proto bool xml_set_notation_decl_handler ( resource $parser , callback $handler ) 43 xml_set_notation_decl_handler($parser, "notation_decl_handler"); 62 echo "Simple test of xml_set_notation_decl_handler(() function\n"; 68 Simple test of xml_set_notation_decl_handler(() function
|
H A D | xml_parser_set_option_basic.phpt | 2 Test xml_set_notation_decl_handler function : basic 11 /* Prototype : proto bool xml_set_notation_decl_handler ( resource $parser , callback $handler )
|
/PHP-5.3/ext/xml/ |
H A D | php_xml.h | 119 PHP_FUNCTION(xml_set_notation_decl_handler);
|
H A D | xml.c | 224 PHP_FE(xml_set_notation_decl_handler, arginfo_xml_set_notation_decl_handler) 1466 PHP_FUNCTION(xml_set_notation_decl_handler) in PHP_FUNCTION() argument
|
Completed in 15 milliseconds