Home
last modified time | relevance | path

Searched refs:xml_set_processing_instruction_handler (Results 1 – 5 of 5) sorted by relevance

/PHP-7.4/ext/xml/tests/
H A Dxml_set_processing_instruction_handler_basic.phpt2 Test xml_set_processing_instruction_handler function : basic
11 /* Prototype : proto bool xml_set_processing_instruction_handler ( resource $parser , callback $…
30 xml_set_processing_instruction_handler($parser, "PIHandler");
43 echo "Simple test of xml_set_processing_instruction_handler() function\n";
49 Simple test of xml_set_processing_instruction_handler() function
H A Dxml003.phpt57 xml_set_processing_instruction_handler($xml_parser, "PIHandler");
H A Dxml001.phpt16 xml_set_processing_instruction_handler($xml_parser, "PIHandler");
H A Dxml002.phpt57 xml_set_processing_instruction_handler($xml_parser, array($obj, "PIHandler"));
/PHP-7.4/ext/xml/
H A Dxml.c149 PHP_FUNCTION(xml_set_processing_instruction_handler);
308 PHP_FE(xml_set_processing_instruction_handler, arginfo_xml_set_processing_instruction_handler)
1260 PHP_FUNCTION(xml_set_processing_instruction_handler) in PHP_FUNCTION() argument

Completed in 12 milliseconds