Home
last modified time | relevance | path

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

/PHP-5.5/ext/xml/
H A Dphp_xml.h58 zval *notationDeclHandler; local
H A Dxml.c453 if (parser->notationDeclHandler) { in xml_parser_dtor()
454 zval_ptr_dtor(&parser->notationDeclHandler); in xml_parser_dtor()
1083 if (parser && parser->notationDeclHandler) { in _xml_notationDeclHandler()
1091 …if ((retval = xml_call_handler(parser, parser->notationDeclHandler, parser->notationDeclPtr, 5, ar… in _xml_notationDeclHandler()
1376 xml_set_handler(&parser->notationDeclHandler, hdl); in PHP_FUNCTION()

Completed in 14 milliseconds