From b274be5d9d34153663fb45cde401d5b37748cfdc Mon Sep 17 00:00:00 2001 From: Joe Watkins Date: Mon, 17 Oct 2016 16:53:04 +0100 Subject: [PATCH] Merge branch 'pull-request/1808' --- ext/standard/tests/network/dns_get_mx.phpt | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 ext/standard/tests/network/dns_get_mx.phpt diff --git a/ext/standard/tests/network/dns_get_mx.phpt b/ext/standard/tests/network/dns_get_mx.phpt new file mode 100644 index 0000000000..c5bf361b12 --- /dev/null +++ b/ext/standard/tests/network/dns_get_mx.phpt @@ -0,0 +1,29 @@ +--TEST-- +bool dns_get_mx ( string $hostname , array &$mxhosts [, array &$weight ] ); +--CREDITS-- +marcosptf - - @phpsp - sao paulo - br +--SKIPIF-- + +--FILE-- + +--EXPECTF-- +Hosts: %i, weights: %i +Hosts: %i, weights: %i +Hosts: %i, weights: %i +Hosts: %i, weights: %i +Hosts: %i, weights: %i -- 2.50.1