summaryrefslogtreecommitdiff
path: root/ext/mysqli/tests/mysqli_stmt_bind_result_references.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mysqli/tests/mysqli_stmt_bind_result_references.phpt')
-rw-r--r--ext/mysqli/tests/mysqli_stmt_bind_result_references.phpt12
1 files changed, 6 insertions, 6 deletions
diff --git a/ext/mysqli/tests/mysqli_stmt_bind_result_references.phpt b/ext/mysqli/tests/mysqli_stmt_bind_result_references.phpt
index 8ac3a049a1..91a8c0a556 100644
--- a/ext/mysqli/tests/mysqli_stmt_bind_result_references.phpt
+++ b/ext/mysqli/tests/mysqli_stmt_bind_result_references.phpt
@@ -291,23 +291,23 @@ string(1) "a"
reference, object, forward declaration...
int(1)
object(bar)#%d (2) {
- ["bar"]=>
- &string(1) "a"
["foo"]=>
&string(1) "a"
+ ["bar"]=>
+ &string(1) "a"
}
string(1) "a"
references, object, private...
int(1)
string(1) "a"
object(mega_bar)#5 (4) {
+ ["foo"]=>
+ &string(1) "a"
+ ["bar"]=>
+ &string(1) "a"
[%s]=>
&int(1)
["id_ref"]=>
&int(1)
- ["bar"]=>
- &string(1) "a"
- ["foo"]=>
- &string(1) "a"
}
done!