Home
last modified time | relevance | path

Searched refs:weights (Results 1 – 4 of 4) sorted by relevance

/PHP-8.0/ext/standard/tests/network/
H A Dgetmxrr.phpt20 $result = getmxrr($domain, $hosts, $weights);
23 . ", weights: " . count( $weights ) . "\n";
27 Result: true, hosts: 1, weights: 1
28 Result: true, hosts: 2, weights: 2
29 Result: false, hosts: 0, weights: 0
/PHP-8.0/ext/standard/tests/array/
H A Dbug69371.phpt13 $weights = array(
16 array_multisort($weights, SORT_DESC, SORT_NUMERIC, $array);
/PHP-8.0/ext/standard/
H A Dbasic_functions.stub.php418 * @param array $weights
420 function dns_get_mx(string $hostname, &$hosts, &$weights = null): bool {} argument
424 * @param array $weights
427 function getmxrr(string $hostname, &$hosts, &$weights = null): bool {} argument
H A Dbasic_functions_arginfo.h647 ZEND_ARG_INFO_WITH_DEFAULT_VALUE(1, weights, "null")

Completed in 27 milliseconds