Test: /ext/sybase_ct/tests/bug29064.phpt - Version 5.3.11        

Bug #29064 Exact numeric/decimal/money datatypes lose precision
Submitted: 2004-07-08 17:06:18 Modified: 2004-07-12 23:07:56
From: daniel.beet Assigned: thekid
Status: Closed Package: Sybase-ct (ctlib) related
PHP Version: 4.3.7 / HEAD OS: Windows 2000 Server

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
001+ Warning: sybase_connect(): Sybase: Client message: Server name not found in configuration files. (severity 78) in /root/20120424-ProdClusterPackages/php-5.3.11/ext/sybase_ct/tests/test.inc on line 56
002+ /root/20120424-ProdClusterPackages/php-5.3.11/sapi/cli/php: symbol lookup error: /usr/local/freetds-0.91/lib/libct.so.4: undefined symbol: libiconv_open
001- bool(true)
002- bool(true)
003- bool(true)
004- >>> Query: select * from #test
005- <<< Return: resource
006- array(2) {
007- [0]=>
008- array(10) {
009- ["test_decimal"]=>
010- string(39) "12345678901234567890123456789012.123456"
011- ["test_numeric"]=>
012- string(39) "12345678901234567890123456.123456789012"
013- ["test_money"]=>
014- string(18) "123456789012345.12"
015- ["test_bigint"]=>
016- string(38) "12345678901234567890123456789012345678"
017- ["test_int"]=>
018- int(1234567890)
019- ["test_smallmoney"]=>
020- float(123456.12)
021- ["test_smallint"]=>
022- int(12345)
023- ["test_tinyint"]=>
024- int(123)
025- ["test_real"]=>
026- string(18) "123456789.12345679"
027- ["test_double"]=>
028- string(18) "123456789.12345679"
029- }
030- [1]=>
031- array(10) {
032- ["test_decimal"]=>
033- string(40) "-12345678901234567890123456789012.123456"
034- ["test_numeric"]=>
035- string(40) "-12345678901234567890123456.123456789012"
036- ["test_money"]=>
037- string(19) "-123456789012345.12"
038- ["test_bigint"]=>
039- string(39) "-12345678901234567890123456789012345678"
040- ["test_int"]=>
041- int(-1234567890)
042- ["test_smallmoney"]=>
043- float(-123456.12)
044- ["test_smallint"]=>
045- int(-12345)
046- ["test_tinyint"]=>
047- int(255)
048- ["test_real"]=>
049- string(19) "-123456789.12345679"
050- ["test_double"]=>
051- string(19) "-123456789.12345679"
052- }
053- }
054- bool(true)