diff options
Diffstat (limited to 'ext/dom/php_dom.c')
-rw-r--r-- | ext/dom/php_dom.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/ext/dom/php_dom.c b/ext/dom/php_dom.c index cdde529e2f..b3a6b45ba9 100644 --- a/ext/dom/php_dom.c +++ b/ext/dom/php_dom.c @@ -24,6 +24,7 @@ #if HAVE_LIBXML && HAVE_DOM #include "ext/standard/php_rand.h" #include "php_dom.h" +#include "dom_arginfo.h" #include "dom_properties.h" #include "zend_interfaces.h" @@ -516,12 +517,6 @@ static void dom_dtor_prop_handler(zval *zv) /* {{{ */ free(Z_PTR_P(zv)); } -/* {{{ arginfo */ -ZEND_BEGIN_ARG_INFO_EX(arginfo_dom_import_simplexml, 0, 0, 1) - ZEND_ARG_INFO(0, node) -ZEND_END_ARG_INFO() -/* }}} */ - static const zend_function_entry dom_functions[] = { PHP_FE(dom_import_simplexml, arginfo_dom_import_simplexml) PHP_FE_END |