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 6b1f464 commit b106710Copy full SHA for b106710
stubs/ext/bz2/bzerrno.php
@@ -1,6 +1,6 @@
1
<?php
2
3
/** @param resource $bz */
4
-function bzerrno($bz) : int
+function bzerrno($bz) : int|false
5
{
6
}
stubs/ext/bz2/bzerror.php
-function bzerror($bz) : array
+function bzerror($bz) : array|false
stubs/ext/bz2/bzerrstr.php
-function bzerrstr($bz) : string
+function bzerrstr($bz) : string|false
0 commit comments