summaryrefslogtreecommitdiff
path: root/ext/filter/tests/010.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/filter/tests/010.phpt')
-rw-r--r--ext/filter/tests/010.phpt6
1 files changed, 5 insertions, 1 deletions
diff --git a/ext/filter/tests/010.phpt b/ext/filter/tests/010.phpt
index 46b6044668..802f817e98 100644
--- a/ext/filter/tests/010.phpt
+++ b/ext/filter/tests/010.phpt
@@ -17,7 +17,7 @@ var_dump(filter_var(1, 0, array()));
echo "Done\n";
?>
---EXPECT--
+--EXPECTF--
array(7) {
[0]=>
int(1)
@@ -55,6 +55,10 @@ array(7) {
string(1) "1"
string(1) "1"
string(1) "1"
+
+Warning: filter_var(): Unknown filter with ID -1 in %s on line %d
bool(false)
+
+Warning: filter_var(): Unknown filter with ID 0 in %s on line %d
bool(false)
Done