Home
last modified time | relevance | path

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

/PHP-8.0/ext/xml/tests/
H A Dxml_set_processing_instruction_handler_basic.phpt2 Test xml_set_processing_instruction_handler function : basic
24 xml_set_processing_instruction_handler($parser, "PIHandler");
37 echo "Simple test of xml_set_processing_instruction_handler() function\n";
43 Simple test of xml_set_processing_instruction_handler() function
H A Dxml001.phpt16 xml_set_processing_instruction_handler($xml_parser, "PIHandler");
H A Dxml003.phpt57 xml_set_processing_instruction_handler($xml_parser, "PIHandler");
H A Dxml002.phpt57 xml_set_processing_instruction_handler($xml_parser, array($obj, "PIHandler"));
/PHP-8.0/ext/xml/
H A Dxml_arginfo.h91 ZEND_FUNCTION(xml_set_processing_instruction_handler);
116 ZEND_FE(xml_set_processing_instruction_handler, arginfo_xml_set_processing_instruction_handler)
H A Dxml.stub.php21 function xml_set_processing_instruction_handler(XMLParser $parser, $handler): bool {} function
H A Dxml.c1132 PHP_FUNCTION(xml_set_processing_instruction_handler) in PHP_FUNCTION() argument

Completed in 12 milliseconds