Home
last modified time | relevance | path

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

/PHP-5.6/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-5.6/ext/openssl/tests/
H A Dstream_server_reneg_limit.phpt39 $clients = [];
41 $r = array_merge([$server], $clients);
49 $clients[$clientId] = $client;
56 unset($clients[$clientId]);
/PHP-5.6/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-5.6/ext/soap/tests/bugs/
H A Dbug42214.phpt2 Bug #42214 (SoapServer sends clients internal PHP errors)
/PHP-5.6/sapi/fpm/tests/
H A D005.phpt2 FPM: Test IPv4 allowed clients
H A D006.phpt2 FPM: Test IPv6 allowed clients (bug #68428)
/PHP-5.6/ext/standard/tests/http/
H A Dserver.inc14 * $output is a stream on which everything sent by clients is written to
/PHP-5.6/sapi/cli/
H A Dphp_cli_server.c196 HashTable clients; member
1930 zend_hash_index_del(&server->clients, client->sock); in php_cli_server_close_connection()
2251 zend_hash_destroy(&server->clients); in php_cli_server_dtor()
2342 zend_hash_init(&server->clients, 0, NULL, (void(*)(void*))php_cli_server_client_dtor_wrapper, 1); in php_cli_server_ctor()
2486 zend_hash_index_update(&server->clients, client_sock, &client, sizeof(client), NULL); in php_cli_server_do_event_for_each_fd_callback()
2490 if (SUCCESS == zend_hash_index_find(&server->clients, fd, (void **)&client)) { in php_cli_server_do_event_for_each_fd_callback()
/PHP-5.6/sapi/fpm/
H A Dwww.conf.in56 ; List of addresses (IPv4/IPv6) of FastCGI clients which are allowed to connect.
H A Dphp-fpm.conf.in184 ; List of addresses (IPv4/IPv6) of FastCGI clients which are allowed to connect.
/PHP-5.6/sapi/thttpd/
H A Dthttpd_patch217 + on = 30; /* give clients 30s to send first data packet */
/PHP-5.6/
H A Dphp.ini-development470 ; errors from clients. Turning the display of startup errors on can be useful in
H A Dphp.ini-production470 ; errors from clients. Turning the display of startup errors on can be useful in
H A DNEWS2306 allowing clients to verify cert names separately from the cert itself).
4409 . Fixed bug #61045 (fpm don't send error log to fastcgi clients). (fat)
8729 - Fixed bug #42214 (SoapServer sends clients internal PHP errors). (Dmitry)

Completed in 65 milliseconds