1
0
mirror of https://github.com/php/php-src.git synced 2026-04-01 13:12:16 +02:00

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

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)