Home
last modified time | relevance | path

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

/PHP-8.2/ext/openssl/tests/
H A Dbug74159.phpt89 … while (0 === ($n = stream_socket_enable_crypto($fp, true, STREAM_CRYPTO_METHOD_TLSv1_2_CLIENT)));
/PHP-8.2/ext/ftp/tests/
H A Dserver.inc81 if (!stream_socket_enable_crypto($s, true, STREAM_CRYPTO_METHOD_SSLv23_SERVER)) {
288 …if ((!empty($ssl)) && (!stream_socket_enable_crypto($pasvs, true, STREAM_CRYPTO_METHOD_SSLv23_SERV…
466 …if ((!empty($ssl)) && (!stream_socket_enable_crypto($pasvs, true, STREAM_CRYPTO_METHOD_SSLv23_SERV…
515 …if((!empty($ssl)) && (!stream_socket_enable_crypto($pasvs, TRUE, STREAM_CRYPTO_METHOD_SSLv23_SERVE…
/PHP-8.2/ext/standard/
H A Dstreamsfuncs.c1515 PHP_FUNCTION(stream_socket_enable_crypto) in PHP_FUNCTION() argument
H A Dbasic_functions.stub.php2588 function stream_socket_enable_crypto($stream, bool $enable, ?int $crypto_method = null, $session_st…
H A Dbasic_functions_arginfo.h2732 ZEND_FUNCTION(stream_socket_enable_crypto);
3370 ZEND_FE(stream_socket_enable_crypto, arginfo_stream_socket_enable_crypto)

Completed in 46 milliseconds