diff options
| author | Rob Richards <rrichards@php.net> | 2004-11-18 19:54:30 +0000 |
|---|---|---|
| committer | Rob Richards <rrichards@php.net> | 2004-11-18 19:54:30 +0000 |
| commit | b87d8cdfd09639f307ed531f268a9e28d83adbdf (patch) | |
| tree | b3586d855254f8c99a1e42673deb6dc3261a85c8 /ext/dom/domstringlist.c | |
| parent | 1e0212ef8e4b7901d563e3cdd143b039b8517a8b (diff) | |
| download | php-git-b87d8cdfd09639f307ed531f268a9e28d83adbdf.tar.gz | |
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: */ |
