Declare XML_SAX_IMPL constant in stubs (#9732)

This commit is contained in:
Máté Kocsis 2022-10-12 11:42:24 +02:00 committed by GitHub
parent fd3d3117b5
commit fc11a8abcb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 14 additions and 7 deletions

View file

@ -134,6 +134,12 @@ const XML_OPTION_SKIP_TAGSTART = UNKNOWN;
*/
const XML_OPTION_SKIP_WHITE = UNKNOWN;
/**
* @var string
* @cvalue PHP_XML_SAX_IMPL
*/
const XML_SAX_IMPL = UNKNOWN;
function xml_parser_create(?string $encoding = null): XMLParser {}
function xml_parser_create_ns(?string $encoding = null, string $separator = ":"): XMLParser {}