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/domimplementationlist.c | |
parent | 77598e0382e19968c78012083ff9c358791b965f (diff) | |
download | php-git-62f3ccdea9d03147231a5bf6f496398015c20ec2.tar.gz |
MFH: prototype fixes (Jakub Vrána)
Diffstat (limited to 'ext/dom/domimplementationlist.c')
-rw-r--r-- | ext/dom/domimplementationlist.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/dom/domimplementationlist.c b/ext/dom/domimplementationlist.c index 7a71e46c4b..23f414a237 100644 --- a/ext/dom/domimplementationlist.c +++ b/ext/dom/domimplementationlist.c @@ -42,7 +42,7 @@ zend_function_entry php_dom_domimplementationlist_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#DOMImplementationList-length Since: @@ -59,7 +59,7 @@ int dom_domimplementationlist_length_read(dom_object *obj, zval **retval TSRMLS_ -/* {{{ proto domdomimplementation dom_domimplementationlist_item(unsigned long index); +/* {{{ proto domdomimplementation dom_domimplementationlist_item(int index); URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#DOMImplementationList-item Since: */ |