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 6ab5194 commit 7d57b8eCopy full SHA for 7d57b8e
ext/mysqli/mysqli.stub.php
@@ -324,7 +324,7 @@ function mysqli_connect_error(): ?string {}
324
325
function mysqli_data_seek(mysqli_result $mysql_result, int $offset): bool {}
326
327
-function mysqli_dump_debug_info(mysqli $mysql_link): bool|null {}
+function mysqli_dump_debug_info(mysqli $mysql_link): bool {}
328
329
function mysqli_debug(string $debug): bool {}
330
ext/mysqli/mysqli_api.c
@@ -786,7 +786,7 @@ PHP_FUNCTION(mysqli_data_seek)
786
}
787
/* }}} */
788
789
-/* {{{ proto void mysqli_debug(string debug)
+/* {{{ proto bool mysqli_debug(string debug)
790
*/
791
PHP_FUNCTION(mysqli_debug)
792
{
0 commit comments