summaryrefslogtreecommitdiff
path: root/ext/filter/tests/018.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/filter/tests/018.phpt')
-rw-r--r--ext/filter/tests/018.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/filter/tests/018.phpt b/ext/filter/tests/018.phpt
index 833500fd33..640a2556bd 100644
--- a/ext/filter/tests/018.phpt
+++ b/ext/filter/tests/018.phpt
@@ -30,7 +30,7 @@ var_dump(filter_var("::1", FILTER_VALIDATE_IP, FILTER_FLAG_IPV6 | FILTER_FLAG_NO
var_dump(filter_var("127.0.0.1", FILTER_VALIDATE_IP, FILTER_FLAG_IPV4));
echo "Done\n";
?>
---EXPECT--
+--EXPECT--
string(11) "192.168.0.1"
bool(false)
string(3) "::1"