diff options
| author | Levi Morrison <levim@php.net> | 2015-09-02 10:12:08 -0600 |
|---|---|---|
| committer | Levi Morrison <levim@php.net> | 2015-09-02 10:12:08 -0600 |
| commit | 730496b8995ca935f19d3f8bff878f8cff8fb1b4 (patch) | |
| tree | 74d045befb2d8309f5a2dead16567672526d3ec7 | |
| parent | 1f0045d44a510cde6f807e258fce1be5f16a1129 (diff) | |
| download | php-git-730496b8995ca935f19d3f8bff878f8cff8fb1b4.tar.gz | |
Skip if ext/filter isn't loaded
| -rw-r--r-- | ext/filter/tests/filter_var_array_with_ref.phpt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/filter/tests/filter_var_array_with_ref.phpt b/ext/filter/tests/filter_var_array_with_ref.phpt index cd202edf4d..565008ba5a 100644 --- a/ext/filter/tests/filter_var_array_with_ref.phpt +++ b/ext/filter/tests/filter_var_array_with_ref.phpt @@ -1,5 +1,7 @@ --TEST-- filter_var_array() on array with reference +--SKIPIF-- +<?php if (!extension_loaded("filter")) die("skip"); ?> --FILE-- <?php |
