summaryrefslogtreecommitdiff
path: root/ext/mysqli/tests/mysqli_result_references.phpt
diff options
context:
space:
mode:
authorXinchen Hui <laruence@php.net>2014-05-11 19:37:48 +0800
committerXinchen Hui <laruence@php.net>2014-05-11 19:37:48 +0800
commitc057b3f63d58d1f1cdf7a0bd654ef9a55b26bd2a (patch)
treed63a940a7a0e65fbb24d035afec16fb374da3798 /ext/mysqli/tests/mysqli_result_references.phpt
parent446c60c616b95a93a1d26608a95f340353910f37 (diff)
downloadphp-git-c057b3f63d58d1f1cdf7a0bd654ef9a55b26bd2a.tar.gz
Finish refactoring of MySQLi
a few tests failed due to knew issue, I will disscuss with dmitry later
Diffstat (limited to 'ext/mysqli/tests/mysqli_result_references.phpt')
-rw-r--r--ext/mysqli/tests/mysqli_result_references.phpt30
1 files changed, 15 insertions, 15 deletions
diff --git a/ext/mysqli/tests/mysqli_result_references.phpt b/ext/mysqli/tests/mysqli_result_references.phpt
index b6bce0d981..9b5d476ac4 100644
--- a/ext/mysqli/tests/mysqli_result_references.phpt
+++ b/ext/mysqli/tests/mysqli_result_references.phpt
@@ -85,61 +85,61 @@ array(7) refcount(2){
[0]=>
array(2) refcount(1){
[%u|b%"id"]=>
- long(1) refcount(1)
+ long(1)
[%u|b%"label"]=>
%unicode|string%(1) "a" refcount(1)
}
[1]=>
array(2) refcount(1){
[%u|b%"id"]=>
- long(2) refcount(1)
+ long(2)
[%u|b%"label"]=>
%unicode|string%(1) "b" refcount(1)
}
[2]=>
array(2) refcount(1){
[%u|b%"id"]=>
- long(1) refcount(1)
+ long(1)
[%u|b%"label"]=>
%unicode|string%(1) "a" refcount(1)
}
[3]=>
array(2) refcount(1){
[%u|b%"id"]=>
- long(2) refcount(1)
+ long(2)
[%u|b%"label"]=>
%unicode|string%(1) "b" refcount(1)
}
[4]=>
array(3) refcount(1){
[%u|b%"id"]=>
- &long(3) refcount(2)
+ &long(3)
[%u|b%"label"]=>
%unicode|string%(1) "a" refcount(1)
[%u|b%"id2"]=>
- &long(3) refcount(2)
+ &long(3)
}
[5]=>
array(3) refcount(1){
[%u|b%"id"]=>
- &long(4) refcount(2)
+ &long(4)
[%u|b%"label"]=>
%unicode|string%(1) "b" refcount(1)
[%u|b%"id2"]=>
- &long(4) refcount(2)
+ &long(4)
}
[6]=>
- &object(mysqli_result)#2 (5) refcount(2){
+ &object(mysqli_result)#%d (5) refcount(%d){
[%u|b%"current_field"]=>
- NULL refcount(1)
+ NULL
[%u|b%"field_count"]=>
- NULL refcount(1)
+ NULL
[%u|b%"lengths"]=>
- NULL refcount(1)
+ NULL
[%u|b%"num_rows"]=>
- NULL refcount(1)
+ NULL
[%u|b%"type"]=>
- NULL refcount(1)
+ NULL
}
}
array(1) refcount(2){
@@ -151,4 +151,4 @@ array(1) refcount(2){
%unicode|string%(1) "a" refcount(1)
}
}
-done! \ No newline at end of file
+done!