]> granicus.if.org Git - php/commitdiff
fix proto for clone_node
authorChristian Stocker <chregu@php.net>
Thu, 31 Oct 2002 19:52:45 +0000 (19:52 +0000)
committerChristian Stocker <chregu@php.net>
Thu, 31 Oct 2002 19:52:45 +0000 (19:52 +0000)
ext/domxml/php_domxml.c

index d0490af5a49e0d0b59088bcadde4ab596cd12c12..5d1c0ec6f963f394dda1ee16447a028e65ecfde3 100644 (file)
@@ -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)
 {