Home
last modified time | relevance | path

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

/PHP-8.1/ext/xml/tests/
H A Dxml_set_processing_instruction_handler_basic.phpt2 Test xml_set_processing_instruction_handler function : basic
20 xml_set_processing_instruction_handler($parser, "PIHandler");
33 echo "Simple test of xml_set_processing_instruction_handler() function\n";
39 Simple test of xml_set_processing_instruction_handler() function
H A Dxml001.phpt17 xml_set_processing_instruction_handler($xml_parser, "PIHandler");
H A Dxml003.phpt58 xml_set_processing_instruction_handler($xml_parser, "PIHandler");
H A Dxml002.phpt58 xml_set_processing_instruction_handler($xml_parser, array($obj, "PIHandler"));
/PHP-8.1/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.c1130 PHP_FUNCTION(xml_set_processing_instruction_handler) in PHP_FUNCTION() argument

Completed in 19 milliseconds