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:
@@ -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 */
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user