XML_ProcessingInstructionHandler 520 ext/xml/compat.c XML_SetProcessingInstructionHandler(XML_Parser parser, XML_ProcessingInstructionHandler pi) XML_ProcessingInstructionHandler 57 ext/xml/expat_compat.h typedef void (*XML_ProcessingInstructionHandler)(void *, const XML_Char *, const XML_Char *); XML_ProcessingInstructionHandler 83 ext/xml/expat_compat.h XML_ProcessingInstructionHandler h_pi; XML_ProcessingInstructionHandler 139 ext/xml/expat_compat.h PHP_XML_API void XML_SetProcessingInstructionHandler(XML_Parser, XML_ProcessingInstructionHandler);