summaryrefslogtreecommitdiff
path: root/ext/mysqli
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mysqli')
-rw-r--r--ext/mysqli/tests/mysqli_result_references.phpt16
-rw-r--r--ext/mysqli/tests/mysqli_result_references_mysqlnd.phpt2
2 files changed, 9 insertions, 9 deletions
diff --git a/ext/mysqli/tests/mysqli_result_references.phpt b/ext/mysqli/tests/mysqli_result_references.phpt
index 6d80dc1000..8cf759cce6 100644
--- a/ext/mysqli/tests/mysqli_result_references.phpt
+++ b/ext/mysqli/tests/mysqli_result_references.phpt
@@ -85,48 +85,48 @@ array(7) refcount(2){
[0]=>
array(2) refcount(1){
[%u|b%"id"]=>
- long(1)
+ int(1)
[%u|b%"label"]=>
%unicode|string%(1) "a" refcount(%d)
}
[1]=>
array(2) refcount(1){
[%u|b%"id"]=>
- long(2)
+ int(2)
[%u|b%"label"]=>
%unicode|string%(1) "b" refcount(%d)
}
[2]=>
array(2) refcount(1){
[%u|b%"id"]=>
- long(1)
+ int(1)
[%u|b%"label"]=>
%unicode|string%(1) "a" refcount(%d)
}
[3]=>
array(2) refcount(1){
[%u|b%"id"]=>
- long(2)
+ int(2)
[%u|b%"label"]=>
%unicode|string%(1) "b" refcount(%d)
}
[4]=>
array(3) refcount(1){
[%u|b%"id"]=>
- &long(3)
+ &int(3)
[%u|b%"label"]=>
%unicode|string%(1) "a" refcount(%d)
[%u|b%"id2"]=>
- &long(3)
+ &int(3)
}
[5]=>
array(3) refcount(1){
[%u|b%"id"]=>
- &long(4)
+ &int(4)
[%u|b%"label"]=>
%unicode|string%(1) "b" refcount(%d)
[%u|b%"id2"]=>
- &long(4)
+ &int(4)
}
[6]=>
&object(mysqli_result)#%d (5) refcount(%d){
diff --git a/ext/mysqli/tests/mysqli_result_references_mysqlnd.phpt b/ext/mysqli/tests/mysqli_result_references_mysqlnd.phpt
index 60c5491b54..15a3f4563a 100644
--- a/ext/mysqli/tests/mysqli_result_references_mysqlnd.phpt
+++ b/ext/mysqli/tests/mysqli_result_references_mysqlnd.phpt
@@ -113,7 +113,7 @@ array(2) refcount(%d){
[%u|b%"id_copy"]=>
%unicode|string%(1) "2" refcount(%d)
[%u|b%"id_copy_mod"]=>
- long(2)
+ int(2)
}
}
done!