summaryrefslogtreecommitdiff
path: root/ext/filter/tests/bug49274.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/filter/tests/bug49274.phpt')
-rw-r--r--ext/filter/tests/bug49274.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/filter/tests/bug49274.phpt b/ext/filter/tests/bug49274.phpt
index 2adc6ed977..c4eab521c6 100644
--- a/ext/filter/tests/bug49274.phpt
+++ b/ext/filter/tests/bug49274.phpt
@@ -6,5 +6,5 @@
<?php
var_dump(filter_var(new stdClass, FILTER_VALIDATE_EMAIL));
?>
---EXPECTF--
+--EXPECTF--
bool(false)