We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6926018 commit 000cc04Copy full SHA for 000cc04
ext/xml/xml.stub.php
@@ -4,7 +4,7 @@
4
function xml_parser_create(string $encoding = UNKNOWN) {}
5
6
/** @return XmlParser|false */
7
-function xml_parser_create_ns(string $encoding = UNBEKANNT, string $sep = ':') {}
+function xml_parser_create_ns(string $encoding = UNKNOWN, string $sep = ':') {}
8
9
function xml_set_object(XmlParser $parser, object $obj): bool {}
10
0 commit comments