XML_ProcessingInstructionHandler  529 ext/xml/compat.c XML_SetProcessingInstructionHandler(XML_Parser parser, XML_ProcessingInstructionHandler pi)
XML_ProcessingInstructionHandler   49 ext/xml/expat_compat.h typedef void (*XML_ProcessingInstructionHandler)(void *, const XML_Char *, const XML_Char *);
XML_ProcessingInstructionHandler   75 ext/xml/expat_compat.h 	XML_ProcessingInstructionHandler h_pi;
XML_ProcessingInstructionHandler  131 ext/xml/expat_compat.h PHPAPI void XML_SetProcessingInstructionHandler(XML_Parser, XML_ProcessingInstructionHandler);