summaryrefslogtreecommitdiff
path: root/ext/mysqli/tests/mysqli_result_references_mysqlnd.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mysqli/tests/mysqli_result_references_mysqlnd.phpt')
-rw-r--r--ext/mysqli/tests/mysqli_result_references_mysqlnd.phpt52
1 files changed, 33 insertions, 19 deletions
diff --git a/ext/mysqli/tests/mysqli_result_references_mysqlnd.phpt b/ext/mysqli/tests/mysqli_result_references_mysqlnd.phpt
index 3c44f8a309..5f5e352596 100644
--- a/ext/mysqli/tests/mysqli_result_references_mysqlnd.phpt
+++ b/ext/mysqli/tests/mysqli_result_references_mysqlnd.phpt
@@ -55,57 +55,71 @@ array(1) refcount(%d){
[0]=>
array(4) refcount(%d){
["row_ref"]=>
- &NULL
+ reference refcount(2) {
+ NULL
+ }
["row_copy"]=>
array(2) refcount(1){
["id"]=>
- string(1) "1" refcount(%d)
+ string(1) "1" interned
["label"]=>
- string(1) "a" refcount(%d)
+ string(1) "a" interned
}
["id_ref"]=>
- string(1) "1" refcount(%d)
+ reference refcount(1) {
+ string(1) "1" interned
+ }
["id_copy"]=>
- string(1) "1" refcount(%d)
+ string(1) "1" interned
}
}
array(2) refcount(%d){
[0]=>
array(4) refcount(%d){
["row_ref"]=>
- &NULL
+ reference refcount(2) {
+ NULL
+ }
["row_copy"]=>
array(2) refcount(%d){
["id"]=>
- string(1) "1" refcount(%d)
+ string(1) "1" interned
["label"]=>
- string(1) "a" refcount(%d)
+ string(1) "a" interned
}
["id_ref"]=>
- string(1) "1" refcount(%d)
+ reference refcount(1) {
+ string(1) "1" interned
+ }
["id_copy"]=>
- string(1) "1" refcount(%d)
+ string(1) "1" interned
}
[1]=>
array(5) refcount(%d){
["row_ref"]=>
- &array(2) refcount(%d){
- ["id"]=>
- &string(1) "2" refcount(%d)
- ["label"]=>
- string(1) "b" refcount(%d)
+ reference refcount(2) {
+ array(2) refcount(1){
+ ["id"]=>
+ reference refcount(2) {
+ string(1) "2" interned
+ }
+ ["label"]=>
+ string(1) "b" interned
+ }
}
["row_copy"]=>
array(2) refcount(%d){
["id"]=>
- string(1) "2" refcount(%d)
+ string(1) "2" interned
["label"]=>
- string(1) "b" refcount(%d)
+ string(1) "b" interned
}
["id_ref"]=>
- &string(1) "2" refcount(%d)
+ reference refcount(2) {
+ string(1) "2" interned
+ }
["id_copy"]=>
- string(1) "2" refcount(%d)
+ string(1) "2" interned
["id_copy_mod"]=>
int(2)
}