diff options
| author | Ondřej Surý <ondrej@sury.org> | 2013-05-27 21:14:24 +0200 |
|---|---|---|
| committer | Ondřej Surý <ondrej@sury.org> | 2013-05-27 21:14:24 +0200 |
| commit | f4be957a1c62e8e3a0c3e926ca400e8b0c716338 (patch) | |
| tree | daddcdab6d7314a24900ffc23312db3a6f9fc9ed /ext/filter/tests | |
| parent | e421dce5336684f1585c48ee38239b3d649b1770 (diff) | |
| download | php-f4be957a1c62e8e3a0c3e926ca400e8b0c716338.tar.gz | |
Imported Upstream version 5.5.0~rc2+dfsg
Diffstat (limited to 'ext/filter/tests')
| -rw-r--r-- | ext/filter/tests/bug49510.phpt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/filter/tests/bug49510.phpt b/ext/filter/tests/bug49510.phpt index 3f365cc43..340c1ccd6 100644 --- a/ext/filter/tests/bug49510.phpt +++ b/ext/filter/tests/bug49510.phpt @@ -1,5 +1,7 @@ --TEST-- -#49510 boolean validation fails with FILTER_NULL_ON_FAILURE +Bug #49510 boolean validation fails with FILTER_NULL_ON_FAILURE +--SKIPIF-- +<?php if (!extension_loaded("filter")) die("skip"); ?> --FILE-- <?php var_dump(filter_var(false, FILTER_VALIDATE_BOOLEAN, FILTER_NULL_ON_FAILURE)); |
