diff options
author | Rob Richards <rrichards@php.net> | 2004-11-18 19:55:00 +0000 |
---|---|---|
committer | Rob Richards <rrichards@php.net> | 2004-11-18 19:55:00 +0000 |
commit | 62f3ccdea9d03147231a5bf6f496398015c20ec2 (patch) | |
tree | 8b60d06a9c4c6107e53a0376349ae7d73d47085b /ext/dom/namelist.c | |
parent | 77598e0382e19968c78012083ff9c358791b965f (diff) | |
download | php-git-62f3ccdea9d03147231a5bf6f496398015c20ec2.tar.gz |
MFH: prototype fixes (Jakub Vrána)
Diffstat (limited to 'ext/dom/namelist.c')
-rw-r--r-- | ext/dom/namelist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dom/namelist.c b/ext/dom/namelist.c index c4462ef31b..39ca0e1e25 100644 --- a/ext/dom/namelist.c +++ b/ext/dom/namelist.c @@ -41,7 +41,7 @@ zend_function_entry php_dom_namelist_class_functions[] = { {NULL, NULL, NULL} }; -/* {{{ proto length int +/* {{{ length int readonly=yes URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#NameList-length Since: |