Home
last modified time | relevance | path

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

/PHP-5.5/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.5/ext/oci8/tests/
H A Darray_bind_bfloat.phpt7 if (!defined('SQLT_BFLOAT')) die('skip SQLT_BFLOAT type not available on older Oracle clients');
H A Darray_bind_bdouble.phpt7 if (!defined('SQLT_BDOUBLE')) die('skip SQLT_BDOUBLE type not available on older Oracle clients');
H A Dbind_unsupported_2.phpt7 die ("skip expected output only valid for Oracle 10g+ clients");
H A Dpecl_bug16035.phpt14 die("skip expected output only valid with Oracle clients > 9gR2");
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug42214.phpt2 Bug #42214 (SoapServer sends clients internal PHP errors)
/PHP-5.5/ext/standard/tests/http/
H A Dserver.inc14 * $output is a stream on which everything sent by clients is written to
/PHP-5.5/sapi/cli/
H A Dphp_cli_server.c196 HashTable clients; member
1915 zend_hash_index_del(&server->clients, client->sock); in php_cli_server_close_connection()
2220 zend_hash_destroy(&server->clients); in php_cli_server_dtor()
2311 zend_hash_init(&server->clients, 0, NULL, (void(*)(void*))php_cli_server_client_dtor_wrapper, 1); in php_cli_server_ctor()
2455 zend_hash_index_update(&server->clients, client_sock, &client, sizeof(client), NULL); in php_cli_server_do_event_for_each_fd_callback()
2459 if (SUCCESS == zend_hash_index_find(&server->clients, fd, (void **)&client)) { in php_cli_server_do_event_for_each_fd_callback()
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in179 ; List of addresses (IPv4/IPv6) of FastCGI clients which are allowed to connect.
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch217 + on = 30; /* give clients 30s to send first data packet */
/PHP-5.5/
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 DNEWS2831 . Fixed bug #61045 (fpm don't send error log to fastcgi clients). (fat)
7151 - Fixed bug #42214 (SoapServer sends clients internal PHP errors). (Dmitry)

Completed in 60 milliseconds