Home
last modified time | relevance | path

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

123

/PHP-7.2/main/streams/
H A Dphp_stream_transport.h37 PHPAPI int php_stream_xport_register(const char *protocol, php_stream_transport_factory factory);
38 PHPAPI int php_stream_xport_unregister(const char *protocol);
/PHP-7.2/ext/libxml/tests/
H A Dbug54440.phpt25 or die("Failed to register protocol");
/PHP-7.2/ext/snmp/tests/
H A Dsnmp-object-setSecurity_error.phpt45 Warning: SNMP::setSecurity(): Unknown authentication protocol 'TTT' in %s on line %d
54 Warning: SNMP::setSecurity(): Unknown security protocol 'BBB' in %s on line %d
H A Dsnmp3-error.phpt48 Warning: snmp3_get(): Unknown authentication protocol 'TTT' in %s on line %d
57 Warning: snmp3_get(): Unknown security protocol 'BBB' in %s on line %d
/PHP-7.2/ext/standard/tests/network/
H A Dfsockopen_error.phpt38 echo "\n-- Attempting to connect using an invalid protocol --\n";
70 -- Attempting to connect using an invalid protocol --
/PHP-7.2/ext/pgsql/tests/
H A D00version.phpt24 ["protocol"]=>
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-7.2/ext/openssl/tests/
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-7.2/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");
/PHP-7.2/ext/pdo_dblib/
H A DREADME18 This extension supports multiple versions of the TDS protocol. There are
/PHP-7.2/ext/standard/tests/general_functions/
H A Dgetservbyport_variation1.phpt4 Test function passing invalid port number and invalid protocol name
/PHP-7.2/ext/soap/
H A Dphp_http.c167 char *protocol; in http_connect() local
202 protocol = "tls"; in http_connect()
206 protocol = "sslv2"; in http_connect()
210 protocol = "sslv3"; in http_connect()
214 protocol = "ssl"; in http_connect()
218 protocol = "ssl"; in http_connect()
223 protocol = "ssl"; in http_connect()
226 protocol = "tcp"; in http_connect()
229 namelen = spprintf(&name, 0, "%s://%s:%d", protocol, host, port); in http_connect()
/PHP-7.2/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-7.2/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…
H A Dpassword_old.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-7.2/main/
H A Dphp_streams.h564 PHPAPI int php_register_url_stream_wrapper(const char *protocol, php_stream_wrapper *wrapper);
565 PHPAPI int php_unregister_url_stream_wrapper(const char *protocol);
566 PHPAPI int php_register_url_stream_wrapper_volatile(const char *protocol, php_stream_wrapper *wrapp…
567 PHPAPI int php_unregister_url_stream_wrapper_volatile(const char *protocol);

Completed in 42 milliseconds

123