Skip to content

Commit

Permalink
Update stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
phpstan-bot committed Sep 22, 2023
1 parent 18b0767 commit 011d631
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions stubs/ext/xml/xml_parse_into_struct.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@
* @param array $values
* @param array $index
*/
#[\Until('8.1')]
function xml_parse_into_struct(\XMLParser $parser, string $data, &$values, &$index = null): int
{
}
/**
* @param array $values
* @param array $index
*/
#[\Since('8.1')]
function xml_parse_into_struct(\XMLParser $parser, string $data, &$values, &$index = null): int|false
{
}

0 comments on commit 011d631

Please sign in to comment.