diff options
author | Hartmut Holzgraefe <hholzgra@php.net> | 2001-12-05 22:43:21 +0000 |
---|---|---|
committer | Hartmut Holzgraefe <hholzgra@php.net> | 2001-12-05 22:43:21 +0000 |
commit | 6a42e63deeeabe5afa9636998e9ac61861fc5105 (patch) | |
tree | 133fa5590c69fe78c216c4a12fc18c7561f236a6 /ext/domxml/php_domxml.c | |
parent | 41d93ca3fd8f56f35122ec22f4c71cc8e22b8cf2 (diff) | |
download | php-git-6a42e63deeeabe5afa9636998e9ac61861fc5105.tar.gz |
proto fix
Diffstat (limited to 'ext/domxml/php_domxml.c')
-rw-r--r-- | ext/domxml/php_domxml.c | 2 |
1 files changed, 1 insertions, 1 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) { |