From 651f3cf23add3fb12b4839ba897dd741dccdae3a Mon Sep 17 00:00:00 2001 From: marcosptf Date: Sun, 13 Mar 2016 01:55:27 -0300 Subject: [PATCH] test to function dns_get_mx(); was added a new function to standard module a network function dns_get_mx(); --- 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 00000000000..c5bf361b12f --- /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