Searched refs:xml_set_processing_instruction_handler (Results 1 – 7 of 7) sorted by relevance
2 Test xml_set_processing_instruction_handler function : basic24 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
16 xml_set_processing_instruction_handler($xml_parser, "PIHandler");
57 xml_set_processing_instruction_handler($xml_parser, "PIHandler");
57 xml_set_processing_instruction_handler($xml_parser, array($obj, "PIHandler"));
91 ZEND_FUNCTION(xml_set_processing_instruction_handler);116 ZEND_FE(xml_set_processing_instruction_handler, arginfo_xml_set_processing_instruction_handler)
21 function xml_set_processing_instruction_handler(XMLParser $parser, $handler): bool {} function
1132 PHP_FUNCTION(xml_set_processing_instruction_handler) in PHP_FUNCTION() argument
Completed in 12 milliseconds