Skip to content

Commit 4a8e35c

Browse files
committed
Merge branch 'PHP-8.2'
* PHP-8.2: Revert unintended test expectation change
2 parents 4725678 + 3d2d7d1 commit 4a8e35c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/standard/tests/network/bug73594.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ $res = dns_get_record('php.net', DNS_MX, $auth, $additional);
2424
var_dump(!empty($res) && empty($additional));
2525
?>
2626
--EXPECT--
27-
bool(true)
27+
bool(false)

0 commit comments

Comments
 (0)