We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acb1a92 commit 1e2422fCopy full SHA for 1e2422f
stubs/ext/mysqli/mysqli_report.php
@@ -1,5 +1,10 @@
1
<?php
2
3
+#[\Until('8.4')]
4
function mysqli_report(int $flags): bool
5
{
6
+}
7
+#[\Since('8.4')]
8
+function mysqli_report(int $flags): true
9
+{
10
}
0 commit comments