mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
Declare XML_SAX_IMPL constant in stubs (#9732)
This commit is contained in:
parent
fd3d3117b5
commit
fc11a8abcb
4 changed files with 14 additions and 7 deletions
|
@ -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 {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue