Searched refs:clients (Results 1 – 10 of 10) sorted by relevance
/PHP-8.0/ext/standard/tests/array/ |
H A D | array_unique_variation9.phpt | 26 17 => 'clients', 27 18 => 'clients', 28 19 => 'clients', 91 [17] => clients
|
/PHP-8.0/ext/sockets/tests/ |
H A D | socket_abstract_path.phpt | 25 $clients = socket_create(AF_UNIX, SOCK_STREAM, 0) or die("err"); 26 socket_connect($clients, $path) or die("Error connecting"); 30 $r = socket_sendmsg($clients, [
|
/PHP-8.0/ext/openssl/tests/ |
H A D | stream_server_reneg_limit.phpt | 46 $clients = []; 48 $r = array_merge([$server], $clients); 56 $clients[$clientId] = $client; 63 unset($clients[$clientId]);
|
/PHP-8.0/ext/oci8/tests/ |
H A D | array_bind_bdouble.phpt | 7 if (!defined('SQLT_BDOUBLE')) die('skip SQLT_BDOUBLE type not available on older Oracle clients');
|
H A D | array_bind_bfloat.phpt | 7 if (!defined('SQLT_BFLOAT')) die('skip SQLT_BFLOAT type not available on older Oracle clients');
|
/PHP-8.0/ext/soap/tests/bugs/ |
H A D | bug42214.phpt | 2 Bug #42214 (SoapServer sends clients internal PHP errors)
|
/PHP-8.0/ext/standard/tests/http/ |
H A D | server.inc | 43 * $output is a stream on which everything sent by clients is written to
|
/PHP-8.0/sapi/cli/ |
H A D | php_cli_server.c | 196 HashTable clients; member 1935 zend_hash_index_del(&server->clients, client->sock); in php_cli_server_close_connection() 2265 zend_hash_destroy(&server->clients); in php_cli_server_dtor() 2466 zend_hash_init(&server->clients, 0, NULL, php_cli_server_client_dtor_wrapper, 1); in php_cli_server_ctor() 2617 zend_hash_index_update_ptr(&server->clients, client_sock, client); in php_cli_server_do_event_for_each_fd_callback() 2622 if (NULL != (client = zend_hash_index_find_ptr(&server->clients, fd))) { in php_cli_server_do_event_for_each_fd_callback()
|
/PHP-8.0/sapi/fpm/tests/ |
H A D | tester.inc | 66 private array $clients = []; 844 if ( ! isset($this->clients[$host][$port])) { 847 $this->clients[$host][$port] = $client; 850 return $this->clients[$host][$port];
|
/PHP-8.0/sapi/fpm/ |
H A D | www.conf.in | 57 ; List of addresses (IPv4/IPv6) of FastCGI clients which are allowed to connect.
|
Completed in 28 milliseconds