Home
last modified time | relevance | path

Searched refs:protocol (Results 26 – 50 of 69) sorted by relevance

123

/PHP-8.3/ext/pgsql/tests/
H A D00version.phpt25 ["protocol"]=>
H A D23sync_query_params.phpt18 if ($version['protocol'] >= 3) {
H A D24sync_query_prepared.phpt18 if ($version['protocol'] >= 3) {
H A D25async_query_params.phpt18 if ($version['protocol'] >= 3) {
H A D30nb_async_query_params.phpt19 if ($version['protocol'] < 3) {
H A D32nb_async_query.phpt19 if ($version['protocol'] < 3) {
H A D26async_query_prepared.phpt18 if ($version['protocol'] >= 3) {
H A D31nb_async_query_prepared.phpt19 if ($version['protocol'] < 3) {
/PHP-8.3/ext/snmp/tests/
H A Dsnmp3-error.phpt64 Authentication protocol must be %s
71 Security protocol must be one of "DES", "AES128", or "AES"
H A Dsnmp-object-error.phpt95 SNMP::__construct(): Argument #1 ($version) must be a valid SNMP protocol version
/PHP-8.3/ext/openssl/tests/
H A Dsession_meta_capture_tlsv13.phpt44 var_dump(stream_get_meta_data($stream)['crypto']['protocol']);
H A Dsigned.eml2 Content-Type: multipart/signed; protocol="application/x-pkcs7-signature"; micalg="sha-256"; boundar…
H A Dstream_crypto_flags_004.phpt2 Specific protocol method specification
/PHP-8.3/ext/sockets/tests/
H A Dwsaprotocol_info_0.phpt60 Warning: socket_wsaprotocol_info_export(): Unable to export WSA protocol info [0x00002726]: %s in %…
/PHP-8.3/ext/standard/tests/file/
H A Dbug27508.phpt47 or die("Failed to register protocol");
H A Dbug38450.phpt86 or die("Failed to register protocol");
H A Dbug38450_1.phpt86 or die("Failed to register protocol");
H A Dbug38450_2.phpt86 or die("Failed to register protocol");
H A Dbug38450_3.phpt86 or die("Failed to register protocol");
/PHP-8.3/ext/pdo_dblib/tests/
H A Dstringify_uniqueidentifier.phpt51 // ! With TDS protocol version <7.0 binary will be returned and the test will fail !
/PHP-8.3/ext/soap/
H A Dphp_http.c174 char *protocol; in http_connect() local
209 protocol = "tls"; in http_connect()
213 protocol = "sslv2"; in http_connect()
217 protocol = "sslv3"; in http_connect()
221 protocol = "ssl"; in http_connect()
225 protocol = "ssl"; in http_connect()
230 protocol = "ssl"; in http_connect()
233 protocol = "tcp"; in http_connect()
236 namelen = spprintf(&name, 0, "%s://%s:%d", protocol, host, port); in http_connect()
/PHP-8.3/ext/sockets/
H A Dsockets.c1080 zend_long domain, type, protocol; local
1083 if (zend_parse_parameters(ZEND_NUM_ARGS(), "lll", &domain, &type, &protocol) == FAILURE) {
1105 php_sock->bsd_socket = socket(domain, type, protocol);
2024 zend_long domain, type, protocol; local
2051 if (socketpair(domain, type, protocol, fds_array) != 0) {
2271 const char *protocol = NULL; local
2307 protocol = "tcp://";
2311 protocol = "udp://";
2322 protocol = "unix://";
2325 protocol = "udg://";
[all …]
/PHP-8.3/ext/oci8/tests/
H A Dpassword_new.phpt21 …// Avoid diffs due to cross version protocol changes (e.g. like 11.2.0.2-11.2.0.3) and bugs like O…
/PHP-8.3/main/
H A Dphp_streams.h593 PHPAPI zend_result php_register_url_stream_wrapper(const char *protocol, const php_stream_wrapper *…
594 PHPAPI zend_result php_unregister_url_stream_wrapper(const char *protocol);
595 PHPAPI zend_result php_register_url_stream_wrapper_volatile(zend_string *protocol, php_stream_wrapp…
596 PHPAPI zend_result php_unregister_url_stream_wrapper_volatile(zend_string *protocol);
/PHP-8.3/sapi/apache2handler/
H A Dsapi_apache2.c567 if (strcmp(r->protocol, "INCLUDED")) { in php_apache_ini_dtor()
609 if (ctx == NULL || (ctx && ctx->request_processed && !strcmp(r->protocol, "INCLUDED"))) { in php_handler()
697 …&& parent_req->status != HTTP_OK && parent_req->status != 413 && strcmp(r->protocol, "INCLUDED")) { in php_handler()

Completed in 72 milliseconds

123