Skip to content

Commit 267c24e

Browse files
committed
Update property read handler comments for DOMEntity
1 parent 6434c93 commit 267c24e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ext/dom/entity.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ int dom_entity_notation_name_read(dom_object *obj, zval *retval)
110110
/* }}} */
111111

112112
/* {{{ actualEncoding string
113-
readonly=no
113+
readonly=yes
114114
URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#Entity3-actualEncoding
115115
Since: DOM Level 3
116116
*/
@@ -123,7 +123,7 @@ int dom_entity_actual_encoding_read(dom_object *obj, zval *retval)
123123
/* }}} */
124124

125125
/* {{{ encoding string
126-
readonly=no
126+
readonly=yes
127127
URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#Entity3-encoding
128128
Since: DOM Level 3
129129
*/
@@ -136,7 +136,7 @@ int dom_entity_encoding_read(dom_object *obj, zval *retval)
136136
/* }}} */
137137

138138
/* {{{ version string
139-
readonly=no
139+
readonly=yes
140140
URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#Entity3-version
141141
Since: DOM Level 3
142142
*/

0 commit comments

Comments
 (0)