Searched refs:hosts (Results 1 – 17 of 17) sorted by relevance
/PHP-8.0/ext/standard/tests/network/ |
H A D | getmxrr.phpt | 20 $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 D | pathinfo_basic1-win32.phpt | 42 'c:\windows/system32\drivers/etc\hosts', 435 string(5) "hosts" 437 string(5) "hosts" 442 string(5) "hosts" 444 string(5) "hosts"
|
H A D | pathinfo_basic1.phpt | 42 '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 D | dirname_basic.phpt | 35 'c:\windows/system32\drivers/etc\hosts',
|
H A D | dirname_basic-win32.phpt | 35 'c:\windows/system32\drivers/etc\hosts',
|
/PHP-8.0/ext/standard/ |
H A D | url_scanner_ex.re | 115 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 D | basic_functions.stub.php | 417 * @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 D | basic_functions_arginfo.h | 646 ZEND_ARG_INFO(1, hosts)
|
/PHP-8.0/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_exec_load_data.phpt | 9 // Run test only locally - not against remote hosts
|
/PHP-8.0/ext/standard/tests/general_functions/ |
H A D | output_add_rewrite_var_basic3.phpt | 12 ini_set('url_rewriter.hosts', 'example.com');
|
H A D | output_add_rewrite_var_basic4.phpt | 12 ini_set('url_rewriter.hosts', 'example.com');
|
H A D | output_add_rewrite_var_basic1.phpt | 12 ini_set('url_rewriter.hosts', 'php.net,www.php.net');
|
H A D | output_add_rewrite_var_basic2.phpt | 12 ini_set('url_rewriter.hosts', 'php.net,www.php.net');
|
/PHP-8.0/ext/session/tests/ |
H A D | session_basic3.phpt | 15 url_rewriter.hosts=
|
H A D | session_basic5.phpt | 30 // Should add session ID to allowed hosts only for SECURITY
|
/PHP-8.0/ |
H A D | php.ini-development | 253 ; 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 D | php.ini-production | 253 ; 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 43 milliseconds