summaryrefslogtreecommitdiff
path: root/ext/filter/tests/bug47435.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/filter/tests/bug47435.phpt')
-rw-r--r--ext/filter/tests/bug47435.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/filter/tests/bug47435.phpt b/ext/filter/tests/bug47435.phpt
index 9388679ebb..f192c76a0b 100644
--- a/ext/filter/tests/bug47435.phpt
+++ b/ext/filter/tests/bug47435.phpt
@@ -19,7 +19,7 @@ var_dump(filter_var("5f::1", FILTER_VALIDATE_IP, FILTER_FLAG_IPV6 | FILTER_FLAG_
var_dump(filter_var("3ff3::1", FILTER_VALIDATE_IP, FILTER_FLAG_IPV6));
var_dump(filter_var("3ff3::1", FILTER_VALIDATE_IP, FILTER_FLAG_IPV6 | FILTER_FLAG_NO_RES_RANGE));
?>
---EXPECT--
+--EXPECT--
string(7) "FC00::1"
bool(false)
string(2) "::"