Merge branch 'PHP-8.0' into PHP-8.1

* PHP-8.0:
  Revert unintended test expectation change
This commit is contained in:
Christoph M. Becker 2022-09-28 12:13:39 +02:00
commit 9caa71f94f
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)