Home
last modified time | relevance | path

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

123

/PHP-8.0/ext/snmp/tests/
H A Dsnmp3-error.phpt61 Authentication protocol must be either "MD5" or "SHA"
68 Security protocol must be one of "DES", "AES128", or "AES"
/PHP-8.0/ext/pgsql/tests/
H A D23sync_query_params.phpt16 if ($version['protocol'] >= 3) {
H A D24sync_query_prepared.phpt16 if ($version['protocol'] >= 3) {
H A D25async_query_params.phpt16 if ($version['protocol'] >= 3) {
H A D30nb_async_query_params.phpt17 if ($version['protocol'] < 3) {
H A D32nb_async_query.phpt17 if ($version['protocol'] < 3) {
H A D26async_query_prepared.phpt16 if ($version['protocol'] >= 3) {
H A D31nb_async_query_prepared.phpt17 if ($version['protocol'] < 3) {
/PHP-8.0/ext/standard/tests/file/
H A Dbug27508.phpt46 or die("Failed to register protocol");
H A Dbug38450.phpt85 or die("Failed to register protocol");
H A Dbug38450_1.phpt85 or die("Failed to register protocol");
H A Dbug38450_2.phpt85 or die("Failed to register protocol");
H A Dbug38450_3.phpt85 or die("Failed to register protocol");
/PHP-8.0/ext/openssl/tests/
H A Dsession_meta_capture_tlsv13.phpt43 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.0/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.0/ext/oci8/tests/
H A Dpassword_new.phpt18 …// 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.0/ext/pdo_dblib/tests/
H A Dstringify_uniqueidentifier.phpt50 // ! With TDS protocol version <7.0 binary will be returned and the test will fail !
/PHP-8.0/ext/sockets/
H A Dsockets.c1229 zend_long domain, type, protocol; local
1232 if (zend_parse_parameters(ZEND_NUM_ARGS(), "lll", &domain, &type, &protocol) == FAILURE) {
1254 php_sock->bsd_socket = socket(domain, type, protocol);
1984 zend_long domain, type, protocol; local
2011 if (socketpair(domain, type, protocol, fds_array) != 0) {
2205 char *protocol = NULL; local
2241 protocol = "tcp";
2245 protocol = "udp";
2256 protocol = "unix";
2259 protocol = "udg";
[all …]
H A Dsockets_arginfo.h59 ZEND_ARG_TYPE_INFO(0, protocol, IS_LONG, 0)
131 ZEND_ARG_TYPE_INFO(0, protocol, IS_LONG, 0)
/PHP-8.0/main/
H A Dphp_streams.h566 PHPAPI int php_register_url_stream_wrapper(const char *protocol, const php_stream_wrapper *wrapper);
567 PHPAPI int php_unregister_url_stream_wrapper(const char *protocol);
568 PHPAPI int php_register_url_stream_wrapper_volatile(zend_string *protocol, php_stream_wrapper *wrap…
569 PHPAPI int php_unregister_url_stream_wrapper_volatile(zend_string *protocol);
/PHP-8.0/ext/soap/
H A Dphp_http.c166 char *protocol; in http_connect() local
201 protocol = "tls"; in http_connect()
205 protocol = "sslv2"; in http_connect()
209 protocol = "sslv3"; in http_connect()
213 protocol = "ssl"; in http_connect()
217 protocol = "ssl"; in http_connect()
222 protocol = "ssl"; in http_connect()
225 protocol = "tcp"; in http_connect()
228 namelen = spprintf(&name, 0, "%s://%s:%d", protocol, host, port); in http_connect()
/PHP-8.0/ext/standard/
H A Dbasic_functions.stub.php48 function stream_wrapper_register(string $protocol, string $class, int $flags = 0): bool {} argument
51 function stream_register_wrapper(string $protocol, string $class, int $flags = 0): bool {} argument
53 function stream_wrapper_unregister(string $protocol): bool {} argument
55 function stream_wrapper_restore(string $protocol): bool {} argument
339 function getservbyname(string $service, string $protocol): int|false {} argument
343 function getservbyport(int $port, string $protocol): string|false {} argument
347 function getprotobyname(string $protocol): int|false {} argument
351 function getprotobynumber(int $protocol): string|false {} argument
1284 function stream_socket_pair(int $domain, int $type, int $protocol): array|false {} argument
/PHP-8.0/sapi/apache2handler/
H A Dsapi_apache2.c551 if (strcmp(r->protocol, "INCLUDED")) { in php_apache_ini_dtor()
593 if (ctx == NULL || (ctx && ctx->request_processed && !strcmp(r->protocol, "INCLUDED"))) { in php_handler()
681 …&& parent_req->status != HTTP_OK && parent_req->status != 413 && strcmp(r->protocol, "INCLUDED")) { in php_handler()

Completed in 51 milliseconds

123