Skip to content

Commit 54ee85b

Browse files
committed
Merge branch 'PHP-8.3'
* PHP-8.3: Changed the test expected value of `mysqli::info` to `%s` (php#13723)
2 parents 072e67f + 1f7df80 commit 54ee85b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/mysqli/tests/bug34810.phpt

+1-1
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)