Home
last modified time | relevance | path

Searched refs:stream_socket_enable_crypto (Results 1 – 5 of 5) sorted by relevance

/PHP-7.4/ext/standard/
H A Dstreamsfuncs.h57 PHP_FUNCTION(stream_socket_enable_crypto);
H A Dstreamsfuncs.c1490 PHP_FUNCTION(stream_socket_enable_crypto) in PHP_FUNCTION() argument
H A Dbasic_functions.c3169 PHP_FE(stream_socket_enable_crypto, arginfo_stream_socket_enable_crypto)
/PHP-7.4/ext/openssl/tests/
H A Dbug74159.phpt88 … while (0 === ($n = stream_socket_enable_crypto($fp, true, STREAM_CRYPTO_METHOD_TLSv1_2_CLIENT)));
/PHP-7.4/ext/ftp/tests/
H A Dserver.inc115 if (!stream_socket_enable_crypto($s, true, STREAM_CRYPTO_METHOD_SSLv23_SERVER)) {
323 …if ((!empty($ssl)) && (!stream_socket_enable_crypto($pasvs, true, STREAM_CRYPTO_METHOD_SSLv23_SERV…
532 …if((!empty($ssl)) && (!stream_socket_enable_crypto($pasvs, TRUE, STREAM_CRYPTO_METHOD_SSLv23_SERVE…

Completed in 26 milliseconds