Searched refs:processingInstructionHandler (Results 1 – 2 of 2) sorted by relevance
58 zval processingInstructionHandler; local
413 if (!Z_ISUNDEF(parser->processingInstructionHandler)) { in xml_parser_dtor()414 zval_ptr_dtor(&parser->processingInstructionHandler); in xml_parser_dtor()944 if (parser && !Z_ISUNDEF(parser->processingInstructionHandler)) { in _xml_processingInstructionHandler()950 …xml_call_handler(parser, &parser->processingInstructionHandler, parser->processingInstructionPtr, … in _xml_processingInstructionHandler()1245 xml_set_handler(&parser->processingInstructionHandler, hdl); in PHP_FUNCTION()
Completed in 8 milliseconds