diff options
author | Antony Dovgal <tony2001@php.net> | 2008-09-18 08:40:02 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2008-09-18 08:40:02 +0000 |
commit | 46ab8303e11c4c542e4caae889551bb20d66e5b4 (patch) | |
tree | c000fab9799c82b1fe4f0243ca47b4b44b6f85c4 | |
parent | 4732ab390cd7bf07a3cdb0ddff97bfef79e20a15 (diff) | |
download | php-git-46ab8303e11c4c542e4caae889551bb20d66e5b4.tar.gz |
fix test
-rw-r--r-- | ext/mysqli/tests/010.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/mysqli/tests/010.phpt b/ext/mysqli/tests/010.phpt index 10f8824307..fc5aae8c5e 100644 --- a/ext/mysqli/tests/010.phpt +++ b/ext/mysqli/tests/010.phpt @@ -63,6 +63,6 @@ array(7) { [5]=> float(1) [6]=> - float(888888914608000) + float(8.88888914608E+14) } -done!
\ No newline at end of file +done! |