Home
last modified time | relevance | path

Searched refs:client (Results 1 – 25 of 432) sorted by last modified time

12345678910>>...18

/PHP-7.4/sapi/fpm/tests/
H A Dtester.inc649 $client = $this->getClient($address, $connKeepAlive);
656 'client' => $client,
657 'requestId' => $client->async_request($params, false),
662 … $response = new Response($conn['client']->wait_for_response_data($conn['requestId']));
680 * Get client.
712 $client = new Client($host, $port);
713 $client->setKeepAlive(true);
714 $this->clients[$host][$port] = $client;
/PHP-7.4/sapi/cli/
H A Dphp_cli_server.c562 if (!client) { in sapi_cli_server_ub_write()
572 if (!client) { in sapi_cli_server_flush()
1650client->request.query_string = perealloc(client->request.query_string, client->request.query_strin… in php_cli_server_client_read_request_on_query_string()
1653 client->request.query_string[client->request.query_string_len] = '\0'; in php_cli_server_client_read_request_on_query_string()
1668client->request.request_uri = perealloc(client->request.request_uri, client->request.request_uri_l… in php_cli_server_client_read_request_on_url()
1671 client->request.request_uri[client->request.request_uri_len] = '\0'; in php_cli_server_client_read_request_on_url()
1791client->request.content = perealloc(client->request.content, client->request.content_len + length,… in php_cli_server_client_read_request_on_body()
1859 client->parser.data = client; in php_cli_server_client_read_request()
2116 …if (client->request.path_translated && strlen(client->request.path_translated) != client->request.… in php_cli_server_begin_send_static()
2532 if (client->file_fd >= 0 && !client->content_sender.buffer.first) { in php_cli_server_send_event()
[all …]
/PHP-7.4/ext/openssl/
H A Dxp_ssl.c2323 xparam->outputs.client = NULL; in php_openssl_tcp_sockop_accept()
2349 xparam->outputs.client = php_stream_alloc_rel(stream->ops, clisockdata, NULL, "r+"); in php_openssl_tcp_sockop_accept()
2350 if (xparam->outputs.client) { in php_openssl_tcp_sockop_accept()
2351 xparam->outputs.client->ctx = stream->ctx; in php_openssl_tcp_sockop_accept()
2357 if (xparam->outputs.client && sock->enable_on_connect) { in php_openssl_tcp_sockop_accept()
2365 if (php_stream_xport_crypto_setup(xparam->outputs.client, clisockdata->method, in php_openssl_tcp_sockop_accept()
2367 xparam->outputs.client, 1) < 0) { in php_openssl_tcp_sockop_accept()
2370 php_stream_close(xparam->outputs.client); in php_openssl_tcp_sockop_accept()
2371 xparam->outputs.client = NULL; in php_openssl_tcp_sockop_accept()
2377 return xparam->outputs.client == NULL ? -1 : 0; in php_openssl_tcp_sockop_accept()
/PHP-7.4/ext/soap/tests/
H A Dbug69668.phpt16 $client = new MySoapClient(__DIR__ . '/bug69668.wsdl', [
22 $client->test();
H A Dbug80672.phpt8 $client = new SoapClient(__DIR__ . "/bug80672.xml");
H A Dbug47021.phpt71 $client = new BugSoapClient('http://127.0.0.1:12342/', $options);
73 var_dump(count($client->getItems()));
/PHP-7.4/ext/openssl/tests/
H A Dbug62890.phpt37 $client = stream_socket_client("tls://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx);
38 var_dump($client);
H A Dtlsv1.0_wrapper.phpt38 $client = stream_socket_client("tlsv1.0://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx);
39 var_dump($client);
41 $client = @stream_socket_client("sslv3://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx);
42 var_dump($client);
44 $client = @stream_socket_client("tlsv1.2://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx);
45 var_dump($client);
H A Dtlsv1.1_wrapper.phpt38 $client = stream_socket_client("tlsv1.1://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx);
39 var_dump($client);
41 $client = @stream_socket_client("sslv3://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx);
42 var_dump($client);
44 $client = @stream_socket_client("tlsv1.2://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx);
45 var_dump($client);
H A Dstream_security_level.phpt26 // higher. We want to test the error at the client side.
48 $client = stream_socket_client($serverUri, $errno, $errstr, 1, $clientFlags, $clientCtx);
50 var_dump($client);
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_get_result_metadata_fetch_field.phpt16 // Make sure that client, connection and result charsets are all the
H A Dmysqli_stmt_errno.phpt50 // set after client error
H A Dmysqli_stmt_error.phpt50 // set after client error
H A Dmysqli_phpinfo.phpt23 if (!stristr($phpinfo, "client api library version"))
H A Dmysqli_query_stored_proc.phpt42 // fetch all results from server, but skip on client side
55 // fetch all results from server, but skip on client side
80 // fetch all results from server, but skip on client side
H A Dmysqli_fetch_field.phpt25 // Make sure that client, connection and result charsets are all the
H A Dmysqli_fetch_field_oo.phpt30 // Make sure that client, connection and result charsets are all the
H A Dmysqli_fetch_fields.phpt25 // Make sure that client, connection and result charsets are all the
H A Dmysqli_field_seek.phpt70 // Make sure that client, connection and result charsets are all the
H A Dmysqli_fork.phpt154 /* client has started fetching rows */
/PHP-7.4/
H A Dphp.ini-development195 ; data to the client. If your application's output exceeds this setting, PHP
805 ; security tokens of the calling client. This allows IIS to define the
H A Dphp.ini-production195 ; data to the client. If your application's output exceeds this setting, PHP
805 ; security tokens of the calling client. This allows IIS to define the
/PHP-7.4/main/streams/
H A Dxp_socket.c821 xparam->outputs.client = NULL; in php_tcp_sockop_accept()
844 xparam->outputs.client = php_stream_alloc_rel(stream->ops, clisockdata, NULL, "r+"); in php_tcp_sockop_accept()
845 if (xparam->outputs.client) { in php_tcp_sockop_accept()
846 xparam->outputs.client->ctx = stream->ctx; in php_tcp_sockop_accept()
853 return xparam->outputs.client == NULL ? -1 : 0; in php_tcp_sockop_accept()
/PHP-7.4/ext/standard/tests/network/
H A Dtcp6loop.phpt30 $client = stream_socket_client("tcp://[::1]:$port");
31 if (!$client) {
32 die('Unable to create AF_INET6 socket [client]');
41 fwrite($client, "ABCdef123\n");
46 fclose($client);
H A Dudp6loop.phpt36 $client = stream_socket_client("udp://[::1]:$port");
37 if (!$client) {
38 die('Unable to create AF_INET6 socket [client]');
41 fwrite($client, "ABCdef123\n");
46 fclose($client);

Completed in 48 milliseconds

12345678910>>...18