1
0
mirror of https://github.com/php/php-src.git synced 2026-03-31 12:42:29 +02:00

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

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)