Searched refs:stream_socket_enable_crypto (Results 1 – 5 of 5) sorted by relevance
/PHP-8.0/ext/openssl/tests/ |
H A D | bug74159.phpt | 88 … while (0 === ($n = stream_socket_enable_crypto($fp, true, STREAM_CRYPTO_METHOD_TLSv1_2_CLIENT)));
|
/PHP-8.0/ext/ftp/tests/ |
H A D | server.inc | 115 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…
|
/PHP-8.0/ext/standard/ |
H A D | streamsfuncs.c | 1490 PHP_FUNCTION(stream_socket_enable_crypto) in PHP_FUNCTION() argument
|
H A D | basic_functions.stub.php | 1276 function stream_socket_enable_crypto($stream, bool $enable, ?int $crypto_method = null, $session_st… function
|
H A D | basic_functions_arginfo.h | 2744 ZEND_FUNCTION(stream_socket_enable_crypto); 3386 ZEND_FE(stream_socket_enable_crypto, arginfo_stream_socket_enable_crypto)
|
Completed in 27 milliseconds