diff options
| author | Antony Dovgal <tony2001@php.net> | 2007-05-18 11:47:58 +0000 |
|---|---|---|
| committer | Antony Dovgal <tony2001@php.net> | 2007-05-18 11:47:58 +0000 |
| commit | ff514e208e84beda48d3dee903170a46515a0b89 (patch) | |
| tree | 3887a60edf0e6f853431961a0f30bf6864502b01 /ext/filter | |
| parent | 7e5f0a8380ca26bf7950873aab733c0816d83d07 (diff) | |
| download | php-git-ff514e208e84beda48d3dee903170a46515a0b89.tar.gz | |
fix tests
Diffstat (limited to 'ext/filter')
| -rw-r--r-- | ext/filter/tests/033.phpt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/filter/tests/033.phpt b/ext/filter/tests/033.phpt index 18a3616903..f965e35c1f 100644 --- a/ext/filter/tests/033.phpt +++ b/ext/filter/tests/033.phpt @@ -2,6 +2,8 @@ Test all filters returned by filter_list() --SKIPIF-- <?php if (!extension_loaded("filter")) die("skip"); ?> +--INI-- +precision=14 --FILE-- <?php include dirname(__FILE__) . '/033_run.inc'; |
