Home
last modified time | relevance | path

Searched refs:stream_context_set_option (Results 1 – 14 of 14) sorted by relevance

/PHP-5.6/ext/standard/tests/streams/
H A Dstream_context_set_option_error_002.phpt2 stream_context_set_option() function - error : missing argument
8 var_dump(stream_context_set_option());
11 var_dump(stream_context_set_option($context));
14 Warning: stream_context_set_option(): called with wrong number or type of parameters; please RTM in…
17 Warning: stream_context_set_option(): called with wrong number or type of parameters; please RTM in…
H A Dstream_context_set_option_error_001.phpt2 stream_context_set_option() function - error : invalid argument
11 var_dump(stream_context_set_option($context, 'http'));
14 var_dump(stream_context_set_option($context, array(), 'foo', 'bar'));
17 Warning: stream_context_set_option(): called with wrong number or type of parameters; please RTM in…
20 Warning: stream_context_set_option(): called with wrong number or type of parameters; please RTM in…
H A Dstream_context_set_option_basic.phpt2 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 Dstream_context_get_params_001.phpt10 var_dump(stream_context_set_option($ctx, "foo","bar","baz"));
/PHP-5.6/ext/openssl/tests/
H A Dstream_crypto_flags_002.phpt37stream_context_set_option($clientCtx, 'ssl', 'crypto_method', STREAM_CRYPTO_METHOD_TLSv1_0_CLIENT);
40stream_context_set_option($clientCtx, 'ssl', 'crypto_method', STREAM_CRYPTO_METHOD_TLSv1_1_CLIENT);
43stream_context_set_option($clientCtx, 'ssl', 'crypto_method', STREAM_CRYPTO_METHOD_TLSv1_2_CLIENT);
46 stream_context_set_option($clientCtx, 'ssl', 'crypto_method', STREAM_CRYPTO_METHOD_TLS_CLIENT);
H A Dstream_crypto_flags_003.phpt40stream_context_set_option($clientCtx, 'ssl', 'crypto_method', STREAM_CRYPTO_METHOD_TLSv1_2_CLIENT);
43stream_context_set_option($clientCtx, 'ssl', 'crypto_method', STREAM_CRYPTO_METHOD_TLSv1_0_CLIENT);
46stream_context_set_option($clientCtx, 'ssl', 'crypto_method', STREAM_CRYPTO_METHOD_TLSv1_1_CLIENT);
H A Dsession_meta_capture.phpt38stream_context_set_option($clientCtx, 'ssl', 'crypto_method', STREAM_CRYPTO_METHOD_TLSv1_0_CLIENT);
43stream_context_set_option($clientCtx, 'ssl', 'crypto_method', STREAM_CRYPTO_METHOD_TLSv1_1_CLIENT);
48stream_context_set_option($clientCtx, 'ssl', 'crypto_method', STREAM_CRYPTO_METHOD_TLSv1_2_CLIENT);
H A Dstream_crypto_flags_004.phpt42stream_context_set_option($clientCtx, 'ssl', 'crypto_method', STREAM_CRYPTO_METHOD_TLSv1_1_CLIENT);
46stream_context_set_option($clientCtx, 'ssl', 'crypto_method', STREAM_CRYPTO_METHOD_TLSv1_2_CLIENT);
50stream_context_set_option($clientCtx, 'ssl', 'crypto_method', STREAM_CRYPTO_METHOD_TLSv1_0_CLIENT);
H A Dstream_crypto_flags_001.phpt35stream_context_set_option($clientCtx, 'ssl', 'crypto_method', STREAM_CRYPTO_METHOD_TLSv1_0_CLIENT);
38 stream_context_set_option($clientCtx, 'ssl', 'crypto_method', STREAM_CRYPTO_METHOD_TLS_CLIENT);
H A Dsan_peer_matching.phpt33 stream_context_set_option($clientCtx, 'ssl', 'peer_name', 'example.org');
36 stream_context_set_option($clientCtx, 'ssl', 'peer_name', 'moar.example.org');
H A Dopenssl_peer_fingerprint_basic.phpt39stream_context_set_option($clientCtx, 'ssl', 'peer_fingerprint', '4edbbaf40a6a4b6af22b6d6d98183780…
44 stream_context_set_option($clientCtx, 'ssl', 'peer_fingerprint', [
/PHP-5.6/ext/standard/
H A Dstreamsfuncs.h52 PHP_FUNCTION(stream_context_set_option);
H A Dstreamsfuncs.c1028 PHP_FUNCTION(stream_context_set_option) in PHP_FUNCTION() argument
H A Dbasic_functions.c3091 PHP_FE(stream_context_set_option, arginfo_stream_context_set_option)

Completed in 38 milliseconds