diff options
| author | Antony Dovgal <tony2001@php.net> | 2007-05-18 11:29:55 +0000 |
|---|---|---|
| committer | Antony Dovgal <tony2001@php.net> | 2007-05-18 11:29:55 +0000 |
| commit | ffd09c0961ce3256d68dd61e230ba8484e73e36e (patch) | |
| tree | b9f766a77dddd94461c9db8049c291bbc21ceae7 /ext/filter | |
| parent | 83aba2c5b9f1ed39457921757205e357834a8d5f (diff) | |
| download | php-git-ffd09c0961ce3256d68dd61e230ba8484e73e36e.tar.gz | |
fix tests
Diffstat (limited to 'ext/filter')
| -rw-r--r-- | ext/filter/tests/031.phpt | 2 | ||||
| -rw-r--r-- | ext/filter/tests/044.phpt | 2 | ||||
| -rw-r--r-- | ext/filter/tests/filter_data.phpt | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/ext/filter/tests/031.phpt b/ext/filter/tests/031.phpt index 02ef90a34e..23691fbbba 100644 --- a/ext/filter/tests/031.phpt +++ b/ext/filter/tests/031.phpt @@ -2,6 +2,8 @@ filter_var() and FLOAT --SKIPIF-- <?php if (!extension_loaded("filter")) die("skip"); ?> +--INI-- +precision=14 --FILE-- <?php diff --git a/ext/filter/tests/044.phpt b/ext/filter/tests/044.phpt index 6fa6c2e304..ff4689381d 100644 --- a/ext/filter/tests/044.phpt +++ b/ext/filter/tests/044.phpt @@ -2,6 +2,8 @@ Integer validation with spaces --SKIPIF-- <?php if (!extension_loaded("filter")) die("skip"); ?> +--INI-- +precision=14 --FILE-- <?php $vals = array( diff --git a/ext/filter/tests/filter_data.phpt b/ext/filter/tests/filter_data.phpt index 6926a88512..1071b3efae 100644 --- a/ext/filter/tests/filter_data.phpt +++ b/ext/filter/tests/filter_data.phpt @@ -2,6 +2,8 @@ Simple filter_var() tests --SKIPIF-- <?php if (!extension_loaded("filter")) die("skip"); ?> +--INI-- +precision=14 --FILE-- <?php |
