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/domstringlist.c | |
parent | 77598e0382e19968c78012083ff9c358791b965f (diff) | |
download | php-git-62f3ccdea9d03147231a5bf6f496398015c20ec2.tar.gz |
MFH: prototype fixes (Jakub Vrána)
Diffstat (limited to 'ext/dom/domstringlist.c')
-rw-r--r-- | ext/dom/domstringlist.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/dom/domstringlist.c b/ext/dom/domstringlist.c index b75a7cc63c..5d56fc64a5 100644 --- a/ext/dom/domstringlist.c +++ b/ext/dom/domstringlist.c @@ -42,7 +42,7 @@ zend_function_entry php_dom_domstringlist_class_functions[] = { /* {{{ attribute protos, not implemented yet */ -/* {{{ proto length unsigned long +/* {{{ length unsigned long readonly=yes URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#DOMStringList-length Since: @@ -59,7 +59,7 @@ int dom_domstringlist_length_read(dom_object *obj, zval **retval TSRMLS_DC) -/* {{{ proto domstring dom_domstringlist_item(unsigned long index); +/* {{{ proto domstring dom_domstringlist_item(int index); URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#DOMStringList-item Since: */ |