Skip to content

Commit 7d57b8e

Browse files
committed
mysqli_debug + mysqli::debug + mysqli_dump_debug_info + mysqli::dump_debug_info
1 parent 6ab5194 commit 7d57b8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ext/mysqli/mysqli.stub.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ function mysqli_connect_error(): ?string {}
324324

325325
function mysqli_data_seek(mysqli_result $mysql_result, int $offset): bool {}
326326

327-
function mysqli_dump_debug_info(mysqli $mysql_link): bool|null {}
327+
function mysqli_dump_debug_info(mysqli $mysql_link): bool {}
328328

329329
function mysqli_debug(string $debug): bool {}
330330

ext/mysqli/mysqli_api.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -786,7 +786,7 @@ PHP_FUNCTION(mysqli_data_seek)
786786
}
787787
/* }}} */
788788

789-
/* {{{ proto void mysqli_debug(string debug)
789+
/* {{{ proto bool mysqli_debug(string debug)
790790
*/
791791
PHP_FUNCTION(mysqli_debug)
792792
{

0 commit comments

Comments
 (0)