diff options
author | Hartmut Holzgraefe <hholzgra@php.net> | 2000-05-23 23:13:02 +0000 |
---|---|---|
committer | Hartmut Holzgraefe <hholzgra@php.net> | 2000-05-23 23:13:02 +0000 |
commit | df4547a3df3768f51e96226240c20df17102dff3 (patch) | |
tree | 9084fad9d9d0133e07e5ee55fc023c700039f5df /ext/domxml/domxml.c | |
parent | 0fa7618f7c34c4db7cd8ff304d27962b54b59124 (diff) | |
download | php-git-df4547a3df3768f51e96226240c20df17102dff3.tar.gz |
another bunch of proto fixes
Diffstat (limited to 'ext/domxml/domxml.c')
-rw-r--r-- | ext/domxml/domxml.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/domxml/domxml.c b/ext/domxml/domxml.c index 15cda6b9ec..b93441d678 100644 --- a/ext/domxml/domxml.c +++ b/ext/domxml/domxml.c @@ -380,7 +380,7 @@ PHP_FUNCTION(domxml_attrname) } /* }}} */ -/* {{{ proto class node(string name) +/* {{{ proto class domxml_node(string name) Creates node */ PHP_FUNCTION(domxml_node) { |