summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorChristian Stocker <chregu@php.net>2002-10-31 19:52:45 +0000
committerChristian Stocker <chregu@php.net>2002-10-31 19:52:45 +0000
commit0b8040aa8db60940c1644a69fbfecb6802fe8cf7 (patch)
treef937fc4f2680a1dda81f71e90a86a07ee4c0b25f /ext
parentb79e5060454822d74b745cad6c740090094aa47e (diff)
downloadphp-git-0b8040aa8db60940c1644a69fbfecb6802fe8cf7.tar.gz
fix proto for clone_node
Diffstat (limited to 'ext')
-rw-r--r--ext/domxml/php_domxml.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/domxml/php_domxml.c b/ext/domxml/php_domxml.c
index d0490af5a4..5d1c0ec6f9 100644
--- a/ext/domxml/php_domxml.c
+++ b/ext/domxml/php_domxml.c
@@ -2035,7 +2035,7 @@ PHP_FUNCTION(domxml_node_type)
}
/* }}} */
-/* {{{ proto bool domxml_clone_node(void)
+/* {{{ proto object domxml_clone_node([bool deep])
Clones a node */
PHP_FUNCTION(domxml_clone_node)
{