Home
last modified time | relevance | path

Searched refs:protocol (Results 51 – 75 of 75) sorted by relevance

123

/PHP-7.3/ext/standard/tests/file/
H A Dbug38450_3.phpt85 or die("Failed to register protocol");
/PHP-7.3/ext/pgsql/tests/
H A D26async_query_prepared.phpt16 if ($version['protocol'] >= 3) {
H A D31nb_async_query_prepared.phpt17 if ($version['protocol'] < 3) {
/PHP-7.3/ext/sockets/
H A Dsockets.c163 ZEND_ARG_INFO(0, protocol)
231 ZEND_ARG_INFO(0, protocol)
2257 zend_long domain, type, protocol; local
2280 if (socketpair(domain, type, protocol, fds_array) != 0) {
2485 char *protocol = NULL; local
2521 protocol = "tcp";
2525 protocol = "udp";
2536 protocol = "unix";
2539 protocol = "udg";
2548 if (protocol != NULL) {
[all …]
/PHP-7.3/sapi/apache2handler/
H A Dsapi_apache2.c544 if (strcmp(r->protocol, "INCLUDED")) { in php_apache_ini_dtor()
584 if (ctx == NULL || (ctx && ctx->request_processed && !strcmp(r->protocol, "INCLUDED"))) { in php_handler()
672 …&& parent_req->status != HTTP_OK && parent_req->status != 413 && strcmp(r->protocol, "INCLUDED")) { in php_handler()
/PHP-7.3/ext/sockets/tests/
H A Dmcast_ipv6_recv_limited.phpt38 die('skip protocol independent multicast API is available.');
H A Dmcast_ipv6_recv.phpt44 die('skip protocol independent multicast API is unavailable.');
H A Dsocket_strerror.phpt121 string(40) "Address family not supported by protocol"
/PHP-7.3/ext/snmp/tests/
H A Dsnmp-object-error.phpt81 Unknown SNMP protocol version
/PHP-7.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_load_data.phpt86 // This should fail, the PS protocol should not support it.
H A Dpdo_mysql_prepare_native.phpt63 // 2030 This command is not supported in the prepared statement protocol yet
/PHP-7.3/ext/ldap/tests/
H A DREADME121 LDAP_TEST_OPT_PROTOCOL_VERSION (default: 3) Version of LDAP protocol to use
/PHP-7.3/ext/mysqli/tests/
H A Dmysqli_change_user_old.phpt106 /* silent protocol change if no db which requires workaround in mysqlnd/libmysql
H A Dmysqli_expire_password.phpt2 MySQL 5.6 / MariaDB 10.4.3 EXPIRE PASSWORD protocol change
H A Dmysqli_change_user.phpt93 /* silent protocol change if no db which requires workaround in mysqlnd/libmysql
/PHP-7.3/ext/standard/
H A Dstreamsfuncs.c56 zend_long domain, type, protocol; in PHP_FUNCTION() local
63 Z_PARAM_LONG(protocol) in PHP_FUNCTION()
66 if (0 != socketpair((int)domain, (int)type, (int)protocol, pair)) { in PHP_FUNCTION()
H A Dbasic_functions.c202 ZEND_ARG_INFO(0, protocol)
208 ZEND_ARG_INFO(0, protocol)
212 ZEND_ARG_INFO(0, protocol)
787 ZEND_ARG_INFO(0, protocol)
794 ZEND_ARG_INFO(0, protocol)
1948 ZEND_ARG_INFO(0, protocol)
H A Durl_scanner_ex.re207 /* Check protocol. Only http/https is allowed. */
/PHP-7.3/ext/mysqlnd/
H A Dmysqlnd_connection.c1723 conn->options->protocol = MYSQL_PROTOCOL_PIPE;
1727 conn->options->protocol = *(unsigned int*) value;
H A Dmysqlnd_structs.h223 enum_mysqlnd_session_protocol_type protocol; member
/PHP-7.3/
H A DUPGRADING535 related constants for possible TLS protocol values have been added.
H A DNEWS1603 related constants for possible TLS protocol values. (Jakub Zelenka)
/PHP-7.3/ext/ldap/
H A Dldap.c3760 int rc, protocol = LDAP_VERSION3; in PHP_FUNCTION() local
3770 if (((rc = ldap_set_option(ld->link, LDAP_OPT_PROTOCOL_VERSION, &protocol)) != LDAP_SUCCESS) || in PHP_FUNCTION()
/PHP-7.3/ext/fileinfo/tests/
H A Dmagic8199 #0 string <list>\n<protocol\ bbn-multimedia-format> Diamond Multimedia Document
8200 0 string =<list>\n<protocol\ bbn-m Diamond Multimedia Document
8988 >4 lelong 0x1000004A comms protocol library
8994 >4 lelong 0x100000E5 file transfer protocol
8995 >4 lelong 0x100000E5 file transfer protocol
H A Dmagic私はガラスを食べられます8199 #0 string <list>\n<protocol\ bbn-multimedia-format> Diamond Multimedia Document
8200 0 string =<list>\n<protocol\ bbn-m Diamond Multimedia Document
8988 >4 lelong 0x1000004A comms protocol library
8994 >4 lelong 0x100000E5 file transfer protocol
8995 >4 lelong 0x100000E5 file transfer protocol

Completed in 204 milliseconds

123