Skip to content

Commit 1f7df80

Browse files
committed
Merge branch 'PHP-8.2' into PHP-8.3
* PHP-8.2: Changed the test expected value of `mysqli::info` to `%s` (#13723)
2 parents 0f79c22 + 23eb6a0 commit 1f7df80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/mysqli/tests/bug34810.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ object(mysqli)#%d (%d) {
8484
["host_info"]=>
8585
string(%d) "%s"
8686
["info"]=>
87-
NULL
87+
%s
8888
["insert_id"]=>
8989
int(0)
9090
["server_info"]=>

0 commit comments

Comments
 (0)