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:
@@ -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
|
||||
Reference in New Issue
Block a user