summaryrefslogtreecommitdiff
path: root/ext/filter/tests/bug64441.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/filter/tests/bug64441.phpt')
-rw-r--r--ext/filter/tests/bug64441.phpt1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/filter/tests/bug64441.phpt b/ext/filter/tests/bug64441.phpt
index 149079ec05..3c6e1c77d1 100644
--- a/ext/filter/tests/bug64441.phpt
+++ b/ext/filter/tests/bug64441.phpt
@@ -6,6 +6,7 @@ bug 64441, FILTER_VALIDATE_URL will invalidate a hostname that ended by dot
<?php
var_dump(filter_var('http://example.com./', FILTER_VALIDATE_URL));
var_dump(filter_var('http://example.com/', FILTER_VALIDATE_URL));
+?>
--EXPECT--
string(20) "http://example.com./"
string(19) "http://example.com/"