Home
last modified time | relevance | path

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

/PHP-5.4/ext/xml/
H A Dphp_xml.h55 zval *processingInstructionHandler; local
H A Dxml.c444 if (parser->processingInstructionHandler) { in xml_parser_dtor()
445 zval_ptr_dtor(&parser->processingInstructionHandler); in xml_parser_dtor()
1018 if (parser && parser->processingInstructionHandler) { in _xml_processingInstructionHandler()
1024 …if ((retval = xml_call_handler(parser, parser->processingInstructionHandler, parser->processingIns… in _xml_processingInstructionHandler()
1321 xml_set_handler(&parser->processingInstructionHandler, hdl); in PHP_FUNCTION()

Completed in 14 milliseconds