Skip to content

Commit 130860e

Browse files
author
Georg Richter
committed
fixed output
1 parent 6412e65 commit 130860e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ext/mysqli/tests/047.phpt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ mysqli_prepare_result
2626
mysqli_stmt_close($stmt);
2727
mysqli_close($link);
2828
?>
29-
--EXPECT--
29+
--EXPECTF--
3030
array(2) {
3131
[0]=>
32-
object(stdClass)(9) {
32+
object(stdClass)#%d (9) {
3333
["name"]=>
3434
string(3) "foo"
3535
["orgname"]=>
@@ -50,7 +50,7 @@ array(2) {
5050
int(0)
5151
}
5252
[1]=>
53-
object(stdClass)(9) {
53+
object(stdClass)#%d (9) {
5454
["name"]=>
5555
string(3) "bar"
5656
["orgname"]=>

0 commit comments

Comments
 (0)