Merge branch 'PHP-8.2'

* PHP-8.2:
  Revert unintended test expectation change
This commit is contained in:
Christoph M. Becker 2022-09-28 12:15:06 +02:00
commit 4a8e35ceed
No known key found for this signature in database
GPG Key ID: D66C9593118BCCB6

View File

@ -24,4 +24,4 @@ $res = dns_get_record('php.net', DNS_MX, $auth, $additional);
var_dump(!empty($res) && empty($additional));
?>
--EXPECT--
bool(true)
bool(false)