Home
last modified time | relevance | path

Searched refs:clients (Results 1 – 12 of 12) sorted by relevance

/PHP-7.4/ext/standard/tests/array/
H A Darray_unique_variation9.phpt26 17 => 'clients',
27 18 => 'clients',
28 19 => 'clients',
91 [17] => clients
/PHP-7.4/ext/sockets/tests/
H A Dsocket_abstract_path.phpt25 $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-7.4/ext/openssl/tests/
H A Dstream_server_reneg_limit.phpt46 $clients = [];
48 $r = array_merge([$server], $clients);
56 $clients[$clientId] = $client;
63 unset($clients[$clientId]);
/PHP-7.4/ext/oci8/tests/
H A Darray_bind_bdouble.phpt7 if (!defined('SQLT_BDOUBLE')) die('skip SQLT_BDOUBLE type not available on older Oracle clients');
H A Darray_bind_bfloat.phpt7 if (!defined('SQLT_BFLOAT')) die('skip SQLT_BFLOAT type not available on older Oracle clients');
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug42214.phpt2 Bug #42214 (SoapServer sends clients internal PHP errors)
/PHP-7.4/ext/standard/tests/http/
H A Dserver.inc39 * $output is a stream on which everything sent by clients is written to
/PHP-7.4/sapi/fpm/tests/
H A Dtester.inc65 private $clients;
711 if (!isset($this->clients[$host][$port])) {
714 $this->clients[$host][$port] = $client;
717 return $this->clients[$host][$port];
/PHP-7.4/sapi/cli/
H A Dphp_cli_server.c196 HashTable clients; member
1995 zend_hash_index_del(&server->clients, client->sock); in php_cli_server_close_connection()
2327 zend_hash_destroy(&server->clients); in php_cli_server_dtor()
2450 zend_hash_init(&server->clients, 0, NULL, php_cli_server_client_dtor_wrapper, 1); in php_cli_server_ctor()
2600 zend_hash_index_update_ptr(&server->clients, client_sock, client); in php_cli_server_do_event_for_each_fd_callback()
2605 if (NULL != (client = zend_hash_index_find_ptr(&server->clients, fd))) { in php_cli_server_do_event_for_each_fd_callback()
/PHP-7.4/sapi/fpm/
H A Dwww.conf.in57 ; List of addresses (IPv4/IPv6) of FastCGI clients which are allowed to connect.
/PHP-7.4/
H A Dphp.ini-development486 ; errors from clients. Turning the display of startup errors on can be useful in
H A Dphp.ini-production486 ; errors from clients. Turning the display of startup errors on can be useful in

Completed in 41 milliseconds