Skip to content

Commit 1e2422f

Browse files
committedAug 12, 2024·
Update stubs
1 parent acb1a92 commit 1e2422f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎stubs/ext/mysqli/mysqli_report.php

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
<?php
22

3+
#[\Until('8.4')]
34
function mysqli_report(int $flags): bool
45
{
6+
}
7+
#[\Since('8.4')]
8+
function mysqli_report(int $flags): true
9+
{
510
}

0 commit comments

Comments
 (0)
Please sign in to comment.