summaryrefslogtreecommitdiff
path: root/ext/dom/nodelist.c
diff options
context:
space:
mode:
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: