summaryrefslogtreecommitdiff
path: root/ext/dom/attr.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/attr.c
parent1e0212ef8e4b7901d563e3cdd143b039b8517a8b (diff)
downloadphp-git-b87d8cdfd09639f307ed531f268a9e28d83adbdf.tar.gz
prototype fixes (Jakub Vrána)
Diffstat (limited to 'ext/dom/attr.c')
-rw-r--r--ext/dom/attr.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/dom/attr.c b/ext/dom/attr.c
index ceb97b5940..b598c18a56 100644
--- a/ext/dom/attr.c
+++ b/ext/dom/attr.c
@@ -88,7 +88,7 @@ PHP_METHOD(domattr, __construct)
/* }}} end DOMAttr::__construct */
-/* {{{ proto name string
+/* {{{ name string
readonly=yes
URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#ID-1112119403
Since:
@@ -114,7 +114,7 @@ int dom_attr_name_read(dom_object *obj, zval **retval TSRMLS_DC)
-/* {{{ proto specified boolean
+/* {{{ specified boolean
readonly=yes
URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#ID-862529273
Since:
@@ -131,7 +131,7 @@ int dom_attr_specified_read(dom_object *obj, zval **retval TSRMLS_DC)
-/* {{{ proto value string
+/* {{{ value string
readonly=no
URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#ID-221662474
Since:
@@ -200,7 +200,7 @@ int dom_attr_value_write(dom_object *obj, zval *newval TSRMLS_DC)
-/* {{{ proto ownerElement DOMElement
+/* {{{ ownerElement DOMElement
readonly=yes
URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#Attr-ownerElement
Since: DOM Level 2
@@ -236,7 +236,7 @@ int dom_attr_owner_element_read(dom_object *obj, zval **retval TSRMLS_DC)
-/* {{{ proto schemaTypeInfo DOMTypeInfo
+/* {{{ schemaTypeInfo DOMTypeInfo
readonly=yes
URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#Attr-schemaTypeInfo
Since: DOM Level 3