summaryrefslogtreecommitdiff
path: root/ext/filter/tests/bug49510.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/filter/tests/bug49510.phpt')
-rw-r--r--ext/filter/tests/bug49510.phpt4
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/filter/tests/bug49510.phpt b/ext/filter/tests/bug49510.phpt
index 3f365cc431..340c1ccd6b 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));