Home
last modified time | relevance | path

Searched refs:processingInstructionHandler (Results 1 – 2 of 2) sorted by relevance

/PHP-7.1/ext/xml/
H A Dphp_xml.h58 zval processingInstructionHandler; local
H A Dxml.c423 if (!Z_ISUNDEF(parser->processingInstructionHandler)) { in xml_parser_dtor()
424 zval_ptr_dtor(&parser->processingInstructionHandler); in xml_parser_dtor()
954 if (parser && !Z_ISUNDEF(parser->processingInstructionHandler)) { in _xml_processingInstructionHandler()
960 …xml_call_handler(parser, &parser->processingInstructionHandler, parser->processingInstructionPtr, … in _xml_processingInstructionHandler()
1255 xml_set_handler(&parser->processingInstructionHandler, hdl); in PHP_FUNCTION()

Completed in 13 milliseconds