summaryrefslogtreecommitdiff
path: root/ext/mysqli
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2005-11-25 01:13:56 +0000
committerAndrey Hristov <andrey@php.net>2005-11-25 01:13:56 +0000
commit1d3f0d889123edd531fddd20ceb6ad71e3276b67 (patch)
treed0414b51a1ea533cb9e8c931f5d79018354f1593 /ext/mysqli
parentc2d53719c2ad50d354c186c439c2c7e4528e0ccc (diff)
downloadphp-git-1d3f0d889123edd531fddd20ceb6ad71e3276b67.tar.gz
fix test - unsigned it is casted to 0 in mysql sql_mode
Diffstat (limited to 'ext/mysqli')
-rw-r--r--ext/mysqli/tests/009.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysqli/tests/009.phpt b/ext/mysqli/tests/009.phpt
index 7367a6c901..c69447a003 100644
--- a/ext/mysqli/tests/009.phpt
+++ b/ext/mysqli/tests/009.phpt
@@ -71,7 +71,7 @@ array(7) {
[4]=>
int(0)
[5]=>
- string(13) "-333333333333"
+ int(0)
[6]=>
int(100)
}