]> granicus.if.org Git - php/commitdiff
proto fix
authorHartmut Holzgraefe <hholzgra@php.net>
Wed, 5 Dec 2001 22:43:21 +0000 (22:43 +0000)
committerHartmut Holzgraefe <hholzgra@php.net>
Wed, 5 Dec 2001 22:43:21 +0000 (22:43 +0000)
ext/domxml/php_domxml.c
ext/fdf/fdf.c

index de791a5f4c35e5d8eb0a038e4aef9203a8693c26..0f10b20ebebb3dc7aae4dbc03acfcac6145efca6 100644 (file)
@@ -1739,7 +1739,7 @@ PHP_FUNCTION(domxml_node_attributes)
 }
 /* }}} */
 
-/* {{{ proto object domxml_new_child(string name, string content)
+/* {{{ proto object domxml_node_new_child(string name, string content)
    Adds child node to parent node */
 PHP_FUNCTION(domxml_node_new_child)
 {
index d99078e627f0475946c43c5f60685dbe43b44681..ff045ca1bc3d2b7d22a1b0138774c1e6d245beff 100644 (file)
@@ -693,7 +693,7 @@ PHP_FUNCTION(fdf_set_javascript_action)
 }
 /* }}} */
 
-/* {{{ fdf_set_encoding(int fdf_document, string encoding)
+/* {{{ proto bool fdf_set_encoding(int fdf_document, string encoding)
    Sets FDF encoding (either "Shift-JIS" or "Unicode") */  
 PHP_FUNCTION(fdf_set_encoding) 
 {