public function createDocumentType(string $qualifiedName, string $publicId = "", string $systemId = "") {}
/** @return DOMDocument|false */
- public function createDocument(string $namespace = "", string $qualifiedName = "", ?DOMDocumentType $doctype = null) {}
+ public function createDocument(?string $namespace = null, string $qualifiedName = "", ?DOMDocumentType $doctype = null) {}
}
-class DOMDocumentFragment implements DOMParentNode
+class DOMDocumentFragment extends DOMNode implements DOMParentNode
{
public function __construct() {}
/* This is a generated file, edit the .stub.php file instead.
- * Stub hash: 5d6877f7b7474a39a710ffde69122cd029663f26 */
- * Stub hash: f4f6923a713a51d2944a21a123967343320be15c */
++ * Stub hash: 506911ba27d7f57bc66fcba93ea0c284689d9527 */
ZEND_BEGIN_ARG_WITH_RETURN_OBJ_INFO_EX(arginfo_dom_import_simplexml, 0, 1, DOMElement, 1)
ZEND_ARG_TYPE_INFO(0, node, IS_OBJECT, 0)