Home
last modified time | relevance | path

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

/PHP-5.5/ext/xml/
H A Dxml.c74 static void xml_parser_dtor(zend_rsrc_list_entry *rsrc TSRMLS_DC);
315 le_xml_parser = zend_register_list_destructors_ex(xml_parser_dtor, NULL, "xml", module_number); in PHP_MINIT_FUNCTION()
422 static void xml_parser_dtor(zend_rsrc_list_entry *rsrc TSRMLS_DC) in xml_parser_dtor() function

Completed in 8 milliseconds