Home
last modified time | relevance | path

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

/PHP-7.1/ext/standard/tests/network/
H A Dgetmxrr.phpt16 if ( getmxrr( $domain, $hosts, $weights ) )
18 echo "Hosts: " . count( $hosts ) . ", weights: " . count( $weights ) . "\n";
H A Ddns_get_mx.phpt19 if (getmxrr($domain, $hosts, $weights)) {
20 echo "Hosts: " . count($hosts) . ", weights: " . count($weights) . "\n";
/PHP-7.1/ext/standard/tests/file/
H A Dpathinfo_basic1-win32.phpt46 'c:\windows/system32\drivers/etc\hosts',
439 string(5) "hosts"
441 string(5) "hosts"
446 string(5) "hosts"
448 string(5) "hosts"
H A Ddirname_basic.phpt41 'c:\windows/system32\drivers/etc\hosts',
H A Ddirname_basic-win32.phpt41 'c:\windows/system32\drivers/etc\hosts',
H A Dpathinfo_basic1.phpt46 'c:\windows/system32\drivers/etc\hosts',
439 %unicode|string%(9) "etc\hosts"
441 %unicode|string%(9) "etc\hosts"
446 %unicode|string%(9) "etc\hosts"
448 %unicode|string%(9) "etc\hosts"
/PHP-7.1/ext/standard/
H A Durl_scanner_ex.c119 HashTable *hosts; in php_ini_on_update_hosts() local
125 hosts = &BG(url_adapt_session_hosts_ht); in php_ini_on_update_hosts()
127 hosts = &BG(url_adapt_output_hosts_ht); in php_ini_on_update_hosts()
129 zend_hash_clean(hosts); in php_ini_on_update_hosts()
146 zend_hash_add_empty_element(hosts, tmp_key); in php_ini_on_update_hosts()
H A Durl_scanner_ex.re117 HashTable *hosts;
123 hosts = &BG(url_adapt_session_hosts_ht);
125 hosts = &BG(url_adapt_output_hosts_ht);
127 zend_hash_clean(hosts);
144 zend_hash_add_empty_element(hosts, tmp_key);
168 …STD_PHP_INI_ENTRY("url_rewriter.hosts", "", PHP_INI_ALL, OnUpdateOutputHosts, url_adapt_session_ho…
/PHP-7.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_exec_load_data.phpt9 // Run test only locally - not against remote hosts
H A Dpdo_mysql_prepare_load_data.phpt9 // Run test only locally - not against remote hosts
/PHP-7.1/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-7.1/
H A DUPGRADING71 . Use url_rewriter.tags and url_rewriter.hosts to control user rewrite.
73 and listed under hosts whitelist.
H A Dphp.ini-development252 ; absolute URL rewrite, allowed hosts must be defined at RUNTIME.
257 ;url_rewriter.hosts
1513 ; To enable rewrites for absolute pathes, target hosts must be specified
1519 ; Use "," for multiple hosts. No spaces are allowed.
H A Dphp.ini-production252 ; absolute URL rewrite, allowed hosts must be defined at RUNTIME.
257 ;url_rewriter.hosts
1513 ; To enable rewrites for absolute pathes, target hosts must be specified
1519 ; Use "," for multiple hosts. No spaces are allowed.
H A DNEWS1494 unconditionally. URL rewrite target hosts whitelist is implemented. (Yasuo)
/PHP-7.1/ext/session/tests/
H A Dsession_basic3.phpt15 url_rewriter.hosts=
H A Dsession_basic5.phpt36 // Should add session ID to allowed hosts only for SECURITY
/PHP-7.1/ext/pcre/pcrelib/doc/
H A Dpcre.txt3082 later in different processes, possibly even on different hosts. For a
4705 even on different hosts that have the other endianness. However, this
9219 ent host and run them there. If the two hosts have different endianness
/PHP-7.1/ext/pcre/pcrelib/
H A DChangeLog4425 hosts of opposite endianness, with this restriction:

Completed in 87 milliseconds