diff options
| author | Antony Dovgal <tony2001@php.net> | 2007-04-20 08:00:52 +0000 |
|---|---|---|
| committer | Antony Dovgal <tony2001@php.net> | 2007-04-20 08:00:52 +0000 |
| commit | 157ba803c605bcd1166cbf2da8d18d6f244f8fca (patch) | |
| tree | f8a84c9fa6902756e2ba0b0bf4f0c0e1fbe1a151 /ext/filter | |
| parent | 18af8baa44ca85d1ee30b07d4bbff438b11f49af (diff) | |
| download | php-git-157ba803c605bcd1166cbf2da8d18d6f244f8fca.tar.gz | |
fix test
Diffstat (limited to 'ext/filter')
| -rw-r--r-- | ext/filter/tests/bug7715.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/filter/tests/bug7715.phpt b/ext/filter/tests/bug7715.phpt index 6a39d1f749..62e0735218 100644 --- a/ext/filter/tests/bug7715.phpt +++ b/ext/filter/tests/bug7715.phpt @@ -26,6 +26,6 @@ float(-42) float(42) float(0.4) float(-0.4) -float(1.0E+12) -float(-1.0E+12) +float(1000000000000) +float(-1000000000000) float(2.324) |
