summaryrefslogtreecommitdiff
path: root/ext/filter/tests/bug55478.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/filter/tests/bug55478.phpt')
-rw-r--r--ext/filter/tests/bug55478.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/filter/tests/bug55478.phpt b/ext/filter/tests/bug55478.phpt
index 243d7078e7..bbfd50e9b7 100644
--- a/ext/filter/tests/bug55478.phpt
+++ b/ext/filter/tests/bug55478.phpt
@@ -5,7 +5,7 @@ Bug #55478 (FILTER_VALIDATE_EMAIL fails with internationalized domain name addre
--FILE--
<?php
$email_address = "test@xn--example--7za.de"; // "example-รค.de"
-var_dump(filter_var($email_address, FILTER_VALIDATE_EMAIL));
+var_dump(filter_var($email_address, FILTER_VALIDATE_EMAIL));
?>
---EXPECT--
+--EXPECT--
string(24) "test@xn--example--7za.de"