[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard/tests/serialize 001.phpt

2001-08-20 Thread Stanislav Malyshev
>> Not to be picky, but the smallest number is -2147483648... I didn't want to get the smallest one, I just wanted to add regression test for the bug I've discovered. For it it's not really important. -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ +972-3-6

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard/tests/serialize 001.phpt

2001-08-20 Thread derick
On Mon, 20 Aug 2001, Stanislav Malyshev wrote: > stas Mon Aug 20 10:15:05 2001 EDT > > Log: > test big numbers too > > +echo serialize(-2147483647)."\n"; Not to be picky, but the smallest number is -2147483648... Derick -