summaryrefslogtreecommitdiff
path: root/ext/dom/domstringlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/dom/domstringlist.c')
-rw-r--r--ext/dom/domstringlist.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/dom/domstringlist.c b/ext/dom/domstringlist.c
index a13f29c91a..797ed031ec 100644
--- a/ext/dom/domstringlist.c
+++ b/ext/dom/domstringlist.c
@@ -34,7 +34,7 @@ ZEND_END_ARG_INFO();
/* }}} */
/*
-* class domstringlist
+* class domstringlist
*
* URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#DOMStringList
* Since: DOM Level 3
@@ -47,10 +47,10 @@ const zend_function_entry php_dom_domstringlist_class_functions[] = {
/* {{{ attribute protos, not implemented yet */
-/* {{{ length unsigned long
-readonly=yes
+/* {{{ length unsigned long
+readonly=yes
URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#DOMStringList-length
-Since:
+Since:
*/
int dom_domstringlist_length_read(dom_object *obj, zval *retval)
{
@@ -62,7 +62,7 @@ int dom_domstringlist_length_read(dom_object *obj, zval *retval)
/* {{{ 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:
+Since:
*/
PHP_FUNCTION(dom_domstringlist_item)
{