1
0
mirror of https://github.com/php/php-src.git synced 2026-04-03 22:22:18 +02:00

DOMCharacterData::$data and DOMAttr::$value are writable

This commit is contained in:
Máté Kocsis
2021-08-25 09:25:13 +02:00
parent 2dafb0e30f
commit cdf2f3eb16
2 changed files with 1 additions and 3 deletions

View File

@@ -238,7 +238,6 @@ class DOMNodeList implements IteratorAggregate, Countable
class DOMCharacterData extends DOMNode implements DOMChildNode
{
/** @readonly */
public string $data;
/** @readonly */
@@ -285,7 +284,6 @@ class DOMAttr extends DOMNode
/** @readonly */
public bool $specified = true;
/** @readonly */
public string $value;
/** @readonly */

View File

@@ -1,5 +1,5 @@
/* This is a generated file, edit the .stub.php file instead.
* Stub hash: cff5c4b824da940f151617d08bb6b2419a9d26e9 */
* Stub hash: a01ea3d7803ba6099c79365ab8f45ca8d4f5d447 */
ZEND_BEGIN_ARG_WITH_RETURN_OBJ_INFO_EX(arginfo_dom_import_simplexml, 0, 1, DOMElement, 0)
ZEND_ARG_TYPE_INFO(0, node, IS_OBJECT, 0)