Home
last modified time | relevance | path

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

/PHP-5.5/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.5/ext/openssl/tests/
H A Dsni_001.phpt86 stream_context_set_option($context, 'ssl', 'SNI_server_name', 'bob.sni.velox.ch');
87 stream_context_set_option($context, 'http', 'header', b'Host: bob.sni.velox.ch');
93 stream_context_set_option($context, 'ssl', 'SNI_enabled', false);
107 stream_context_set_option($context, 'ssl', 'SNI_server_name', 'bob.sni.velox.ch');
114 stream_context_set_option($context, 'ssl', 'SNI_enabled', false);
131 stream_context_set_option($context, 'ssl', 'SNI_server_name', 'bob.sni.velox.ch');
138 stream_context_set_option($context, 'ssl', 'SNI_enabled', false);
145 stream_context_set_option($context, 'ssl', 'SNI_server_name', str_repeat('a.', 500) . '.sni.velox.c…
H A Dbug54992.phpt11 stream_context_set_option($context, 'ssl', 'local_cert', __DIR__ . "/bug54992.pem");
12 stream_context_set_option($context, 'ssl', 'allow_self_signed', true);
/PHP-5.5/ext/standard/
H A Dstreamsfuncs.h52 PHP_FUNCTION(stream_context_set_option);
H A Dstreamsfuncs.c1037 PHP_FUNCTION(stream_context_set_option) in PHP_FUNCTION() argument
H A Dbasic_functions.c3118 PHP_FE(stream_context_set_option, arginfo_stream_context_set_option)

Completed in 60 milliseconds