summaryrefslogtreecommitdiff
path: root/ext/dom/nodelist.c
diff options
context:
space:
mode:
authorRob Richards <rrichards@php.net>2004-11-18 19:54:30 +0000
committerRob Richards <rrichards@php.net>2004-11-18 19:54:30 +0000
commitb87d8cdfd09639f307ed531f268a9e28d83adbdf (patch)
treeb3586d855254f8c99a1e42673deb6dc3261a85c8 /ext/dom/nodelist.c
parent1e0212ef8e4b7901d563e3cdd143b039b8517a8b (diff)
downloadphp-git-b87d8cdfd09639f307ed531f268a9e28d83adbdf.tar.gz
prototype fixes (Jakub Vrána)
Diffstat (limited to 'ext/dom/nodelist.c')
-rw-r--r--ext/dom/nodelist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dom/nodelist.c b/ext/dom/nodelist.c
index 72c388fc01..9421fac115 100644
--- a/ext/dom/nodelist.c
+++ b/ext/dom/nodelist.c
@@ -40,7 +40,7 @@ zend_function_entry php_dom_nodelist_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#ID-203510337
Since: