diff options
author | Xinchen Hui <laruence@php.net> | 2014-12-26 09:38:24 -0500 |
---|---|---|
committer | Xinchen Hui <laruence@php.net> | 2014-12-26 09:38:24 -0500 |
commit | 4409b6db3ee5f9fea7f004b48e427a50541ddec0 (patch) | |
tree | 02d6704feaab205b1e72cde57426de89566dbef2 | |
parent | c71cd8f8e0debe0661be2b9d8b93e0319c450bcc (diff) | |
download | php-git-4409b6db3ee5f9fea7f004b48e427a50541ddec0.tar.gz |
Revert "Revert "Fix failing tests""
This reverts commit c2a047cf99f3d020bab12701e8dafed7424673bf.
-rw-r--r-- | ext/mysqli/tests/010.phpt | 12 | ||||
-rw-r--r-- | ext/mysqli/tests/011.phpt | 4 | ||||
-rw-r--r-- | ext/mysqli/tests/012.phpt | 4 |
3 files changed, 10 insertions, 10 deletions
diff --git a/ext/mysqli/tests/010.phpt b/ext/mysqli/tests/010.phpt index 60ff8eac19..83a43e06b6 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! diff --git a/ext/mysqli/tests/011.phpt b/ext/mysqli/tests/011.phpt index db03abac83..b14516ff78 100644 --- a/ext/mysqli/tests/011.phpt +++ b/ext/mysqli/tests/011.phpt @@ -67,7 +67,7 @@ array(8) { [3]=> int(4999999) [4]=> - float(2345.60009766) + float(2345.6) [5]=> float(5678.89563) [6]=> @@ -75,4 +75,4 @@ array(8) { [7]=> %unicode|string%(11) "mysql rulez" } -done!
\ No newline at end of file +done! diff --git a/ext/mysqli/tests/012.phpt b/ext/mysqli/tests/012.phpt index 7cc34b0c00..91abae4850 100644 --- a/ext/mysqli/tests/012.phpt +++ b/ext/mysqli/tests/012.phpt @@ -66,7 +66,7 @@ array(8) { [3]=> int(54) [4]=> - float(2.59999990463) + float(2.6) [5]=> float(58.89) [6]=> @@ -74,4 +74,4 @@ array(8) { [7]=> %unicode|string%(3) "6.7" } -done!
\ No newline at end of file +done! |