summaryrefslogtreecommitdiff
path: root/ext/filter/tests/bug67167.01.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/filter/tests/bug67167.01.phpt')
-rw-r--r--ext/filter/tests/bug67167.01.phpt3
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/filter/tests/bug67167.01.phpt b/ext/filter/tests/bug67167.01.phpt
index 09e84fd053..7bf6c3e997 100644
--- a/ext/filter/tests/bug67167.01.phpt
+++ b/ext/filter/tests/bug67167.01.phpt
@@ -1,9 +1,7 @@
--TEST--
Bug #67167: object with VALIDATE_BOOLEAN and NULL_ON_FAILURE
-
--SKIPIF--
<?php if (!extension_loaded("filter")) die("skip"); ?>
-
--FILE--
<?php
var_dump(filter_var(
@@ -11,6 +9,5 @@ var_dump(filter_var(
FILTER_VALIDATE_BOOLEAN,
FILTER_NULL_ON_FAILURE
));
-
--EXPECTF--
NULL