diff options
-rw-r--r-- | ext/domxml/php_domxml.c | 2 | ||||
-rw-r--r-- | ext/fdf/fdf.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/domxml/php_domxml.c b/ext/domxml/php_domxml.c index de791a5f4c..0f10b20ebe 100644 --- a/ext/domxml/php_domxml.c +++ b/ext/domxml/php_domxml.c @@ -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) { diff --git a/ext/fdf/fdf.c b/ext/fdf/fdf.c index d99078e627..ff045ca1bc 100644 --- a/ext/fdf/fdf.c +++ b/ext/fdf/fdf.c @@ -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) { |