1
0
mirror of https://github.com/php/php-src.git synced 2026-04-10 01:23:53 +02:00

Merge branch 'PHP-8.0'

* PHP-8.0:
  Remove bug41347.phpt as the error cases are already tested
This commit is contained in:
Nikita Popov
2020-12-11 16:47:54 +01:00

View File

@@ -1,12 +0,0 @@
--TEST--
dns_check_record() segfault with empty host
--FILE--
<?php
try {
var_dump(dns_check_record(''));
} catch (ValueError $exception) {
echo $exception->getMessage() . "\n";
}
?>
--EXPECT--
dns_check_record(): Argument #1 ($hostname) cannot be empty