summaryrefslogtreecommitdiff
path: root/ext/filter/tests/bug39846.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/filter/tests/bug39846.phpt')
-rw-r--r--ext/filter/tests/bug39846.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/filter/tests/bug39846.phpt b/ext/filter/tests/bug39846.phpt
index 57407f1082..3beeaf8920 100644
--- a/ext/filter/tests/bug39846.phpt
+++ b/ext/filter/tests/bug39846.phpt
@@ -7,6 +7,6 @@ Bug #39846 (ipv4 trailing data validation)
var_dump(filter_var('192.168.1.100random-text-here', FILTER_VALIDATE_IP));
var_dump(filter_var("192.168.1.155\0foo", FILTER_VALIDATE_IP));
?>
---EXPECT--
+--EXPECT--
bool(false)
bool(false)