Skip to content

Commit d30a648

Browse files
committed
Merge branch 'PHP-7.4'
* PHP-7.4: Fixed bug #80077
2 parents aae5032 + d0d9c3a commit d30a648

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ext/standard/tests/network/getmxrr.phpt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
1111
--FILE--
1212
<?php
1313
$domains = array(
14-
'mx1.tests.php.net',
15-
'mx2.tests.php.net',
16-
'qa.php.net',
14+
'mx1.tests.php.net.',
15+
'mx2.tests.php.net.',
16+
'qa.php.net.',
1717
);
1818
foreach ($domains as $domain) {
1919
$result = getmxrr($domain, $hosts, $weights);

0 commit comments

Comments
 (0)