diff options
Diffstat (limited to 'ext/dom/php_dom.c')
-rw-r--r-- | ext/dom/php_dom.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/dom/php_dom.c b/ext/dom/php_dom.c index 218bf1972f..054240acd9 100644 --- a/ext/dom/php_dom.c +++ b/ext/dom/php_dom.c @@ -448,8 +448,7 @@ void *php_dom_export_node(zval *object) /* {{{ */ } /* }}} */ -/* {{{ proto somNode dom_import_simplexml(sxeobject node) - Get a simplexml_element object from dom to allow for processing */ +/* {{{ Get a simplexml_element object from dom to allow for processing */ PHP_FUNCTION(dom_import_simplexml) { zval *node; |