summaryrefslogtreecommitdiff
path: root/ext/mysqli/tests/009.phpt
diff options
context:
space:
mode:
authorUlf Wendel <uw@php.net>2009-05-28 14:11:41 +0000
committerUlf Wendel <uw@php.net>2009-05-28 14:11:41 +0000
commit85cb084fc5a5ecf06fb187ce25c632e05710cc24 (patch)
tree407c8f0b9af0ffd179ebea8bd943a30565868789 /ext/mysqli/tests/009.phpt
parentff1535fe73f498033a521ef96e1d2cbca9586b02 (diff)
downloadphp-git-85cb084fc5a5ecf06fb187ce25c632e05710cc24.tar.gz
1) Changing EXPECT[F] sections to work with PHP 5.3 and PHP 6. 2) Merging a couple of fixes I applied to PHP 5.3 only yesterday. The changes should make it a little easier to do MFH and follow the rules in the future as we will soon have identical tests for PHP 5_3 and HEAD.
Diffstat (limited to 'ext/mysqli/tests/009.phpt')
-rw-r--r--ext/mysqli/tests/009.phpt5
1 files changed, 3 insertions, 2 deletions
diff --git a/ext/mysqli/tests/009.phpt b/ext/mysqli/tests/009.phpt
index 5091335ff4..4ed87950e6 100644
--- a/ext/mysqli/tests/009.phpt
+++ b/ext/mysqli/tests/009.phpt
@@ -78,6 +78,7 @@ mysqli fetch bigint values (ok to fail with 4.1.x)
mysqli_close($link);
print "done!";
?>
+
--EXPECTF--
array(8) {
[0]=>
@@ -87,7 +88,7 @@ array(8) {
[2]=>
int(4)
[3]=>
- unicode(14) "33333333333333"
+ %unicode|string%(14) "33333333333333"
[4]=>
int(0)
[5]=>
@@ -99,4 +100,4 @@ array(8) {
}
20123456
3123456789
-done!
+done! \ No newline at end of file