diff options
author | Thijs Kinkhorst <thijs@debian.org> | 2014-10-15 13:17:14 +0000 |
---|---|---|
committer | Thijs Kinkhorst <thijs@debian.org> | 2014-10-15 13:17:14 +0000 |
commit | 04b664c46aafc46bb3030d3bf06eb5f0b38c2b49 (patch) | |
tree | 07e2dbf984b126837bfc6c20e0a025c754ade299 /ext/mysqli/tests/010.phpt | |
parent | d73ee84cfbc86e793602b826adb0dd6bce042838 (diff) | |
download | php-upstream/5.6.1+dfsg.tar.gz |
Imported Upstream version 5.6.1+dfsgupstream/5.6.1+dfsg
Diffstat (limited to 'ext/mysqli/tests/010.phpt')
-rw-r--r-- | ext/mysqli/tests/010.phpt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/ext/mysqli/tests/010.phpt b/ext/mysqli/tests/010.phpt index 60ff8eac1..83a43e06b 100644 --- a/ext/mysqli/tests/010.phpt +++ b/ext/mysqli/tests/010.phpt @@ -62,18 +62,18 @@ mysqli_close($link); --EXPECT-- array(7) { [0]=> - float(3.14159274101) + float(3.141593) [1]=> - float(-9.99999997475E-7) + float(-1.0E-6) [2]=> float(0) [3]=> - float(999999995904) + float(1.0E+12) [4]=> - float(0.564642488956) + float(0.5646425) [5]=> float(1) [6]=> - float(8.88888914608E+14) + float(8.888889E+14) } -done!
\ No newline at end of file +done! |