summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2005-11-08 14:06:40 +0000
committerAndrey Hristov <andrey@php.net>2005-11-08 14:06:40 +0000
commit64e8f639783ad09faf4721a3dfdc974f376e801b (patch)
treeea4832e66d46a7825d41515e1da8171f088c5ae0
parent00a9f063f8bbd165562fe7bd38c759393324fa84 (diff)
downloadphp-git-64e8f639783ad09faf4721a3dfdc974f376e801b.tar.gz
fix test - putting signed into unsigned produces 0, if not in strict mode
(in strict mode this will fail)
-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 62a56241a4..0647a8e140 100644
--- a/ext/mysqli/tests/009.phpt
+++ b/ext/mysqli/tests/009.phpt
@@ -54,7 +54,7 @@ array(7) {
[4]=>
int(0)
[5]=>
- string(13) "-333333333333"
+ int(0)
[6]=>
int(100)
}