File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ int dom_entity_notation_name_read(dom_object *obj, zval *retval)
110
110
/* }}} */
111
111
112
112
/* {{{ actualEncoding string
113
- readonly=no
113
+ readonly=yes
114
114
URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#Entity3-actualEncoding
115
115
Since: DOM Level 3
116
116
*/
@@ -123,7 +123,7 @@ int dom_entity_actual_encoding_read(dom_object *obj, zval *retval)
123
123
/* }}} */
124
124
125
125
/* {{{ encoding string
126
- readonly=no
126
+ readonly=yes
127
127
URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#Entity3-encoding
128
128
Since: DOM Level 3
129
129
*/
@@ -136,7 +136,7 @@ int dom_entity_encoding_read(dom_object *obj, zval *retval)
136
136
/* }}} */
137
137
138
138
/* {{{ version string
139
- readonly=no
139
+ readonly=yes
140
140
URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#Entity3-version
141
141
Since: DOM Level 3
142
142
*/
You can’t perform that action at this time.
0 commit comments