Searched refs:hosts (Results 1 – 20 of 20) sorted by relevance
/PHP-7.2/ext/standard/tests/network/ |
H A D | getmxrr.phpt | 16 if ( getmxrr( $domain, $hosts, $weights ) ) 18 echo "Hosts: " . count( $hosts ) . ", weights: " . count( $weights ) . "\n";
|
/PHP-7.2/ext/standard/tests/file/ |
H A D | pathinfo_basic1-win32.phpt | 46 'c:\windows/system32\drivers/etc\hosts', 439 string(5) "hosts" 441 string(5) "hosts" 446 string(5) "hosts" 448 string(5) "hosts"
|
H A D | pathinfo_basic1.phpt | 46 'c:\windows/system32\drivers/etc\hosts', 439 string(9) "etc\hosts" 441 string(9) "etc\hosts" 446 string(9) "etc\hosts" 448 string(9) "etc\hosts"
|
H A D | dirname_basic.phpt | 41 'c:\windows/system32\drivers/etc\hosts',
|
H A D | dirname_basic-win32.phpt | 41 'c:\windows/system32\drivers/etc\hosts',
|
/PHP-7.2/ext/standard/ |
H A D | url_scanner_ex.c | 119 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 D | url_scanner_ex.re | 117 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.2/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_exec_load_data.phpt | 9 // Run test only locally - not against remote hosts
|
H A D | pdo_mysql_prepare_load_data.phpt | 9 // Run test only locally - not against remote hosts
|
/PHP-7.2/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-7.2/ext/session/tests/ |
H A D | session_basic3.phpt | 15 url_rewriter.hosts=
|
H A D | session_basic5.phpt | 36 // Should add session ID to allowed hosts only for SECURITY
|
/PHP-7.2/ |
H A D | php.ini-development | 247 ; absolute URL rewrite, allowed hosts must be defined at RUNTIME. 252 ;url_rewriter.hosts 1504 ; To enable rewrites for absolute pathes, target hosts must be specified 1510 ; Use "," for multiple hosts. No spaces are allowed.
|
H A D | php.ini-production | 247 ; absolute URL rewrite, allowed hosts must be defined at RUNTIME. 252 ;url_rewriter.hosts 1506 ; To enable rewrites for absolute pathes, target hosts must be specified 1512 ; Use "," for multiple hosts. No spaces are allowed.
|
H A D | NEWS | 2499 unconditionally. URL rewrite target hosts whitelist is implemented. (Yasuo)
|
/PHP-7.2/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 3081 later in different processes, possibly even on different hosts. For a 4704 even on different hosts that have the other endianness. However, this 9266 ent host and run them there. If the two hosts have different endianness
|
/PHP-7.2/ext/pcre/pcrelib/ |
H A D | ChangeLog | 4611 hosts of opposite endianness, with this restriction:
|
Completed in 86 milliseconds