Searched refs:xml_set_processing_instruction_handler (Results 1 – 7 of 7) sorted by relevance
2 Test xml_set_processing_instruction_handler function : basic20 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
17 xml_set_processing_instruction_handler($xml_parser, "PIHandler");
58 xml_set_processing_instruction_handler($xml_parser, "PIHandler");
58 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
1130 PHP_FUNCTION(xml_set_processing_instruction_handler) in PHP_FUNCTION() argument
Completed in 12 milliseconds