Home
last modified time | relevance | path

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

/php-src/ext/xml/
H A Dxml.c437 static void xml_set_handler(zend_fcall_info_cache *const parser_handler, const zend_fcall_info_cach… in xml_set_handler() argument
440 if (ZEND_FCC_INITIALIZED(*parser_handler)) { in xml_set_handler()
441 zend_fcc_dtor(parser_handler); in xml_set_handler()
442 parser_handler->function_handler = NULL; in xml_set_handler()
446 zend_fcc_dup(parser_handler, fn); in xml_set_handler()

Completed in 9 milliseconds