Searched refs:clients (Results 1 – 8 of 8) sorted by relevance
/php-src/ext/standard/tests/array/ |
H A D | array_unique_variation9.phpt | 26 17 => 'clients', 27 18 => 'clients', 28 19 => 'clients', 91 [17] => clients
|
/php-src/ext/sockets/tests/ |
H A D | socket_abstract_path.phpt | 24 $clients = socket_create(AF_UNIX, SOCK_STREAM, 0) or die("err"); 25 socket_connect($clients, $path) or die("Error connecting"); 29 $r = socket_sendmsg($clients, [
|
/php-src/ext/openssl/tests/ |
H A D | stream_server_reneg_limit.phpt | 47 $clients = []; 49 $r = array_merge([$server], $clients); 57 $clients[$clientId] = $client; 64 unset($clients[$clientId]);
|
/php-src/ext/soap/tests/bugs/ |
H A D | bug42214.phpt | 2 Bug #42214 (SoapServer sends clients internal PHP errors)
|
/php-src/ext/standard/tests/http/ |
H A D | server.inc | 43 * $output is a stream on which everything sent by clients is written to
|
/php-src/sapi/cli/ |
H A D | php_cli_server.c | 202 HashTable clients; member 2009 zend_hash_index_del(&server->clients, client->sock); in php_cli_server_close_connection() 2371 zend_hash_destroy(&server->clients); in php_cli_server_dtor() 2589 zend_hash_init(&server->clients, 0, NULL, php_cli_server_client_dtor_wrapper, 1); in php_cli_server_ctor() 2729 zend_hash_index_update_ptr(&server->clients, client_sock, client); in php_cli_server_do_event_for_each_fd_callback() 2734 if (NULL != (client = zend_hash_index_find_ptr(&server->clients, fd))) { in php_cli_server_do_event_for_each_fd_callback()
|
/php-src/sapi/fpm/tests/ |
H A D | tester.inc | 69 private array $clients = []; 1034 if ( ! isset($this->clients[$host][$port])) { 1037 $this->clients[$host][$port] = $client; 1040 return $this->clients[$host][$port];
|
/php-src/sapi/fpm/ |
H A D | www.conf.in | 63 ; List of addresses (IPv4/IPv6) of FastCGI clients which are allowed to connect.
|
Completed in 21 milliseconds