From: Andrey Hristov Date: Tue, 8 Nov 2005 14:06:40 +0000 (+0000) Subject: fix test - putting signed into unsigned produces 0, if not in strict mode X-Git-Tag: php-5.1.0RC5~34 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=64e8f639783ad09faf4721a3dfdc974f376e801b;p=php fix test - putting signed into unsigned produces 0, if not in strict mode (in strict mode this will fail) --- 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) }