Skip to content

Commit 89e77b4

Browse files
committed
Update stubs
1 parent 8240c45 commit 89e77b4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

stubs/ext/mbstring/mb_get_info.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
/**
44
* @refcount 1
55
*/
6+
#[\Until('8.2')]
67
function mb_get_info(string $type = "all"): array|string|int|false
78
{
9+
}
10+
/**
11+
* @return array<int|string, int|string|array>|string|int|false|null
12+
* @refcount 1
13+
*/
14+
#[\Since('8.2')]
15+
function mb_get_info(string $type = "all"): array|string|int|false|null
16+
{
817
}

0 commit comments

Comments
 (0)