Home
last modified time | relevance | path

Searched refs:hosts (Results 1 – 17 of 17) sorted by relevance

/PHP-8.0/ext/standard/tests/network/
H A Dgetmxrr.phpt20 $result = getmxrr($domain, $hosts, $weights);
22 . ", hosts: " . count( $hosts )
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/file/
H A Dpathinfo_basic1-win32.phpt42 'c:\windows/system32\drivers/etc\hosts',
435 string(5) "hosts"
437 string(5) "hosts"
442 string(5) "hosts"
444 string(5) "hosts"
H A Dpathinfo_basic1.phpt42 'c:\windows/system32\drivers/etc\hosts',
435 string(9) "etc\hosts"
437 string(9) "etc\hosts"
442 string(9) "etc\hosts"
444 string(9) "etc\hosts"
H A Ddirname_basic.phpt35 'c:\windows/system32\drivers/etc\hosts',
H A Ddirname_basic-win32.phpt35 'c:\windows/system32\drivers/etc\hosts',
/PHP-8.0/ext/standard/
H A Durl_scanner_ex.re115 HashTable *hosts;
121 hosts = &BG(url_adapt_session_hosts_ht);
123 hosts = &BG(url_adapt_output_hosts_ht);
125 zend_hash_clean(hosts);
142 zend_hash_add_empty_element(hosts, tmp_key);
166 …STD_PHP_INI_ENTRY("url_rewriter.hosts", "", PHP_INI_ALL, OnUpdateOutputHosts, url_adapt_session_ho…
H A Dbasic_functions.stub.php417 * @param array $hosts
420 function dns_get_mx(string $hostname, &$hosts, &$weights = null): bool {} argument
423 * @param array $hosts
427 function getmxrr(string $hostname, &$hosts, &$weights = null): bool {} argument
H A Dbasic_functions_arginfo.h646 ZEND_ARG_INFO(1, hosts)
/PHP-8.0/ext/pdo_mysql/tests/
H A Dpdo_mysql_exec_load_data.phpt9 // Run test only locally - not against remote hosts
/PHP-8.0/ext/standard/tests/general_functions/
H A Doutput_add_rewrite_var_basic3.phpt12 ini_set('url_rewriter.hosts', 'example.com');
H A Doutput_add_rewrite_var_basic4.phpt12 ini_set('url_rewriter.hosts', 'example.com');
H A Doutput_add_rewrite_var_basic1.phpt12 ini_set('url_rewriter.hosts', 'php.net,www.php.net');
H A Doutput_add_rewrite_var_basic2.phpt12 ini_set('url_rewriter.hosts', 'php.net,www.php.net');
/PHP-8.0/ext/session/tests/
H A Dsession_basic3.phpt15 url_rewriter.hosts=
H A Dsession_basic5.phpt30 // Should add session ID to allowed hosts only for SECURITY
/PHP-8.0/
H A Dphp.ini-development253 ; absolute URL rewrite, allowed hosts must be defined at RUNTIME.
258 ;url_rewriter.hosts
1490 ; To enable rewrites for absolute paths, target hosts must be specified
1496 ; Use "," for multiple hosts. No spaces are allowed.
H A Dphp.ini-production253 ; absolute URL rewrite, allowed hosts must be defined at RUNTIME.
258 ;url_rewriter.hosts
1492 ; To enable rewrites for absolute paths, target hosts must be specified
1498 ; Use "," for multiple hosts. No spaces are allowed.

Completed in 60 milliseconds