diff --git a/ext/dom/php_dom.stub.php b/ext/dom/php_dom.stub.php index d744a94349727..692499407ccf1 100644 --- a/ext/dom/php_dom.stub.php +++ b/ext/dom/php_dom.stub.php @@ -1515,9 +1515,7 @@ abstract class Document extends Node implements ParentNode { /** @readonly */ public Implementation $implementation; - /** @readonly */ public string $URL; - /** @readonly */ public string $documentURI; public string $characterSet; public string $charset; diff --git a/ext/dom/php_dom_arginfo.h b/ext/dom/php_dom_arginfo.h index 5e759686bc6c3..dbb8109f44819 100644 --- a/ext/dom/php_dom_arginfo.h +++ b/ext/dom/php_dom_arginfo.h @@ -1,5 +1,5 @@ /* This is a generated file, edit the .stub.php file instead. - * Stub hash: 37a1c811bfc8c611d686f0842d06fc327b54511f */ + * Stub hash: 49a153db3d3aa28031d7a15c15f89f6f3e9c33a5 */ 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)