Skip to content

Commit 011d631

Browse files
committed
Update stubs
1 parent 18b0767 commit 011d631

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

stubs/ext/xml/xml_parse_into_struct.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@
44
* @param array $values
55
* @param array $index
66
*/
7+
#[\Until('8.1')]
78
function xml_parse_into_struct(\XMLParser $parser, string $data, &$values, &$index = null): int
89
{
10+
}
11+
/**
12+
* @param array $values
13+
* @param array $index
14+
*/
15+
#[\Since('8.1')]
16+
function xml_parse_into_struct(\XMLParser $parser, string $data, &$values, &$index = null): int|false
17+
{
918
}

0 commit comments

Comments
 (0)