summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorekinhbayar <ekinhbayar@users.noreply.github.com>2020-12-11 13:07:07 +0300
committerNikita Popov <nikita.ppv@gmail.com>2020-12-11 16:47:40 +0100
commitb0e858da8b5ef524837b013517943797ee04d14b (patch)
tree6c1f77160ceec63cf0bc51c0043f1239ba3d9069
parentccb7f1c7d8518dc4548273a5acd578c57d47cc0c (diff)
downloadphp-git-b0e858da8b5ef524837b013517943797ee04d14b.tar.gz
Remove bug41347.phpt as the error cases are already tested
Closes GH-6506.
-rw-r--r--ext/standard/tests/network/bug41347.phpt12
1 files changed, 0 insertions, 12 deletions
diff --git a/ext/standard/tests/network/bug41347.phpt b/ext/standard/tests/network/bug41347.phpt
deleted file mode 100644
index 626561976b..0000000000
--- a/ext/standard/tests/network/bug41347.phpt
+++ /dev/null
@@ -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