Skip to content

Commit 1a8c0b2

Browse files
committed
Alias dom_import_simplexml
1 parent 03283b1 commit 1a8c0b2

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

ext/dom/php_dom.stub.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1116,4 +1116,7 @@ public function saveHTML(?\DOMNode $node = null): string|false {}
11161116

11171117
public function saveHTMLFile(string $filename): int|false {}
11181118
}
1119+
1120+
/** @implementation-alias dom_import_simplexml */
1121+
function import_simplexml(object $node): DOMElement {}
11191122
}

ext/dom/php_dom_arginfo.h

Lines changed: 6 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)