1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 10:16:41 +02:00

proto fix

This commit is contained in:
Hartmut Holzgraefe
2001-12-05 22:43:21 +00:00
parent 41d93ca3fd
commit 6a42e63dee
2 changed files with 2 additions and 2 deletions
+1 -1
View 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)
{
+1 -1
View 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)
{