Home
last modified time | relevance | path

Searched refs:xml_set_notation_decl_handler (Results 1 – 6 of 6) sorted by relevance

/PHP-5.5/ext/xml/tests/
H A Dxml_set_notation_decl_handler_error.phpt2 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 Dxml_set_notation_decl_handler_variation1.phpt2 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 Dxml_set_notation_decl_handler_basic.phpt2 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 Dxml_parser_set_option_basic.phpt2 Test xml_set_notation_decl_handler function : basic
11 /* Prototype : proto bool xml_set_notation_decl_handler ( resource $parser , callback $handler )
/PHP-5.5/ext/xml/
H A Dphp_xml.h119 PHP_FUNCTION(xml_set_notation_decl_handler);
H A Dxml.c225 PHP_FE(xml_set_notation_decl_handler, arginfo_xml_set_notation_decl_handler)
1366 PHP_FUNCTION(xml_set_notation_decl_handler) in PHP_FUNCTION() argument

Completed in 25 milliseconds