Home
last modified time | relevance | path

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

123

/PHP-8.2/ext/snmp/tests/
H A Dsnmp3-error.phpt63 Authentication protocol must be %s
70 Security protocol must be one of "DES", "AES128", or "AES"
H A Dsnmp-object-error.phpt94 SNMP::__construct(): Argument #1 ($version) must be a valid SNMP protocol version
/PHP-8.2/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.2/ext/pgsql/tests/
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 D32nb_async_query.phpt19 if ($version['protocol'] < 3) {
H A D30nb_async_query_params.phpt19 if ($version['protocol'] < 3) {
H A D31nb_async_query_prepared.phpt19 if ($version['protocol'] < 3) {
H A D26async_query_prepared.phpt18 if ($version['protocol'] >= 3) {
/PHP-8.2/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.2/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.2/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.2/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.2/ext/sockets/
H A Dsockets.c1076 zend_long domain, type, protocol; local
1079 if (zend_parse_parameters(ZEND_NUM_ARGS(), "lll", &domain, &type, &protocol) == FAILURE) {
1101 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 const char *protocol = NULL; local
2241 protocol = "tcp://";
2245 protocol = "udp://";
2256 protocol = "unix://";
2259 protocol = "udg://";
[all …]
/PHP-8.2/ext/oci8/tests/
H A Dpassword_new.phpt20 …// 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.2/main/
H A Dphp_streams.h584 PHPAPI zend_result php_register_url_stream_wrapper(const char *protocol, const php_stream_wrapper *…
585 PHPAPI zend_result php_unregister_url_stream_wrapper(const char *protocol);
586 PHPAPI zend_result php_register_url_stream_wrapper_volatile(zend_string *protocol, php_stream_wrapp…
587 PHPAPI zend_result php_unregister_url_stream_wrapper_volatile(zend_string *protocol);
/PHP-8.2/sapi/apache2handler/
H A Dsapi_apache2.c558 if (strcmp(r->protocol, "INCLUDED")) { in php_apache_ini_dtor()
600 if (ctx == NULL || (ctx && ctx->request_processed && !strcmp(r->protocol, "INCLUDED"))) { in php_handler()
688 …&& parent_req->status != HTTP_OK && parent_req->status != 413 && strcmp(r->protocol, "INCLUDED")) { in php_handler()
/PHP-8.2/ext/standard/
H A Dbasic_functions.stub.php893 function stream_wrapper_register(string $protocol, string $class, int $flags = 0): bool {} argument
896 function stream_register_wrapper(string $protocol, string $class, int $flags = 0): bool {} argument
898 function stream_wrapper_unregister(string $protocol): bool {} argument
900 function stream_wrapper_restore(string $protocol): bool {} argument
1333 function getservbyname(string $service, string $protocol): int|false {} argument
1338 function getservbyport(int $port, string $protocol): string|false {} argument
1342 function getprotobyname(string $protocol): int|false {} argument
1347 function getprotobynumber(int $protocol): string|false {} argument
2600 function stream_socket_pair(int $domain, int $type, int $protocol): array|false {}

Completed in 62 milliseconds

123