Searched refs:stream_context_set_option (Results 1 – 14 of 14) sorted by relevance
/PHP-8.0/ext/standard/tests/streams/ |
H A D | stream_context_set_option_error.phpt | 2 stream_context_set_option() error conditions 8 stream_context_set_option($ctx, [], "x"); 13 stream_context_set_option($ctx, [], null, "x"); 18 stream_context_set_option($ctx, "x"); 23 stream_context_set_option($ctx, "x", "y"); 30 stream_context_set_option(): Argument #3 ($option_name) must be null when argument #2 ($wrapper_or_… 31 stream_context_set_option(): Argument #4 ($value) cannot be provided when argument #2 ($wrapper_or_… 32 stream_context_set_option(): Argument #3 ($option_name) cannot be null when argument #2 ($wrapper_o… 33 stream_context_set_option(): Argument #4 ($value) must be provided when argument #2 ($wrapper_or_op…
|
H A D | stream_context_set_option_basic.phpt | 2 stream_context_set_option() function - basic test for stream_context_set_option() 11 var_dump(stream_context_set_option($context, 'http', 'method', 'POST')); 20 var_dump(stream_context_set_option($context, $options));
|
H A D | stream_context_get_params_001.phpt | 10 var_dump(stream_context_set_option($ctx, "foo","bar","baz"));
|
/PHP-8.0/ext/openssl/tests/ |
H A D | stream_crypto_flags_002.phpt | 44 …stream_context_set_option($clientCtx, 'ssl', 'crypto_method', STREAM_CRYPTO_METHOD_TLSv1_0_CLIENT); 47 …stream_context_set_option($clientCtx, 'ssl', 'crypto_method', STREAM_CRYPTO_METHOD_TLSv1_1_CLIENT); 50 …stream_context_set_option($clientCtx, 'ssl', 'crypto_method', STREAM_CRYPTO_METHOD_TLSv1_2_CLIENT); 53 stream_context_set_option($clientCtx, 'ssl', 'crypto_method', STREAM_CRYPTO_METHOD_TLS_CLIENT);
|
H A D | session_meta_capture.phpt | 44 …stream_context_set_option($clientCtx, 'ssl', 'crypto_method', STREAM_CRYPTO_METHOD_TLSv1_0_CLIENT); 48 …stream_context_set_option($clientCtx, 'ssl', 'crypto_method', STREAM_CRYPTO_METHOD_TLSv1_1_CLIENT); 52 …stream_context_set_option($clientCtx, 'ssl', 'crypto_method', STREAM_CRYPTO_METHOD_TLSv1_2_CLIENT);
|
H A D | stream_crypto_flags_003.phpt | 48 …stream_context_set_option($clientCtx, 'ssl', 'crypto_method', STREAM_CRYPTO_METHOD_TLSv1_2_CLIENT); 51 …stream_context_set_option($clientCtx, 'ssl', 'crypto_method', STREAM_CRYPTO_METHOD_TLSv1_0_CLIENT); 54 …stream_context_set_option($clientCtx, 'ssl', 'crypto_method', STREAM_CRYPTO_METHOD_TLSv1_1_CLIENT);
|
H A D | stream_crypto_flags_004.phpt | 50 …stream_context_set_option($clientCtx, 'ssl', 'crypto_method', STREAM_CRYPTO_METHOD_TLSv1_1_CLIENT); 54 …stream_context_set_option($clientCtx, 'ssl', 'crypto_method', STREAM_CRYPTO_METHOD_TLSv1_2_CLIENT); 58 …stream_context_set_option($clientCtx, 'ssl', 'crypto_method', STREAM_CRYPTO_METHOD_TLSv1_0_CLIENT);
|
H A D | stream_crypto_flags_001.phpt | 43 …stream_context_set_option($clientCtx, 'ssl', 'crypto_method', STREAM_CRYPTO_METHOD_TLSv1_0_CLIENT); 46 stream_context_set_option($clientCtx, 'ssl', 'crypto_method', STREAM_CRYPTO_METHOD_TLS_CLIENT);
|
H A D | san_peer_matching.phpt | 37 stream_context_set_option($clientCtx, 'ssl', 'peer_name', 'example.org'); 40 stream_context_set_option($clientCtx, 'ssl', 'peer_name', 'moar.example.org');
|
H A D | openssl_peer_fingerprint_basic.phpt | 41 stream_context_set_option($clientCtx, 'ssl', 'peer_fingerprint', '%s'); 44 stream_context_set_option($clientCtx, 'ssl', 'peer_fingerprint', [
|
H A D | session_meta_capture_tlsv13.phpt | 41 …stream_context_set_option($clientCtx, 'ssl', 'crypto_method', STREAM_CRYPTO_METHOD_TLSv1_3_CLIENT);
|
/PHP-8.0/ext/standard/ |
H A D | streamsfuncs.c | 995 PHP_FUNCTION(stream_context_set_option) in PHP_FUNCTION() argument
|
H A D | basic_functions.stub.php | 1210 function stream_context_set_option($context, array|string $wrapper_or_options, ?string $option_name… function
|
H A D | basic_functions_arginfo.h | 2731 ZEND_FUNCTION(stream_context_set_option); 3373 ZEND_FE(stream_context_set_option, arginfo_stream_context_set_option)
|
Completed in 34 milliseconds