Skip to content

Commit cdf2f3e

Browse files
committed
DOMCharacterData::$data and DOMAttr::$value are writable
1 parent 2dafb0e commit cdf2f3e

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

ext/dom/php_dom.stub.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,6 @@ public function item(int $index) {}
238238

239239
class DOMCharacterData extends DOMNode implements DOMChildNode
240240
{
241-
/** @readonly */
242241
public string $data;
243242

244243
/** @readonly */
@@ -285,7 +284,6 @@ class DOMAttr extends DOMNode
285284
/** @readonly */
286285
public bool $specified = true;
287286

288-
/** @readonly */
289287
public string $value;
290288

291289
/** @readonly */

ext/dom/php_dom_arginfo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* This is a generated file, edit the .stub.php file instead.
2-
* Stub hash: cff5c4b824da940f151617d08bb6b2419a9d26e9 */
2+
* Stub hash: a01ea3d7803ba6099c79365ab8f45ca8d4f5d447 */
33

44
ZEND_BEGIN_ARG_WITH_RETURN_OBJ_INFO_EX(arginfo_dom_import_simplexml, 0, 1, DOMElement, 0)
55
ZEND_ARG_TYPE_INFO(0, node, IS_OBJECT, 0)

0 commit comments

Comments
 (0)