]> granicus.if.org Git - php/commitdiff
More protos.
authorEgon Schmid <eschmid@php.net>
Fri, 25 Feb 2000 08:54:12 +0000 (08:54 +0000)
committerEgon Schmid <eschmid@php.net>
Fri, 25 Feb 2000 08:54:12 +0000 (08:54 +0000)
ext/domxml/domxml.c

index 0989dafa6f084d1c103c49ef9af3f3ced6a1ce46..020146d3f5d7a73c55cb0d631e521efacf7bf448 100644 (file)
@@ -749,7 +749,7 @@ PHP_FUNCTION(xmldocfile)
 }
 /* }}} */
 
-/* {{{ proto string domxml_new_child([int node_handle], string name, string content)
+/* {{{ proto string domxml_new_child([int node_handle,] string name, string content)
    Adds child node to parent node */
 PHP_FUNCTION(domxml_new_child)
 {
@@ -807,7 +807,7 @@ PHP_FUNCTION(domxml_new_child)
 }
 /* }}} */
 
-/* {{{ proto string domxml_add_root([int doc_handle], string name)
+/* {{{ proto string domxml_add_root([int doc_handle,] string name)
    Adds root node to document */
 PHP_FUNCTION(domxml_add_root)
 {