andrey Tue Nov 8 09:06:41 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/mysqli/tests 009.phpt Log: fix test - putting signed into unsigned produces 0, if not in strict mode (in strict mode this will fail) http://cvs.php.net/diff.php/php-src/ext/mysqli/tests/009.phpt?r1=1.6.2.2&r2=1.6.2.3&ty=u Index: php-src/ext/mysqli/tests/009.phpt diff -u php-src/ext/mysqli/tests/009.phpt:1.6.2.2 php-src/ext/mysqli/tests/009.phpt:1.6.2.3 --- php-src/ext/mysqli/tests/009.phpt:1.6.2.2 Thu Oct 13 17:26:45 2005 +++ php-src/ext/mysqli/tests/009.phpt Tue Nov 8 09:06:40 2005 @@ -54,7 +54,7 @@ [4]=> int(0) [5]=> - string(13) "-333333333333" + int(0) [6]=> int(100) }
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php