Home
last modified time | relevance | path

Searched refs:stream_context_get_options (Results 1 – 13 of 13) sorted by relevance

/PHP-7.4/ext/openssl/tests/
H A Dsni_server.phpt41 $cert = stream_context_get_options($ctx)['ssl']['peer_certificate'];
47 $cert = stream_context_get_options($ctx)['ssl']['peer_certificate'];
53 $cert = stream_context_get_options($ctx)['ssl']['peer_certificate'];
H A Dsni_server_key_cert.phpt50 $cert = stream_context_get_options($ctx)['ssl']['peer_certificate'];
56 $cert = stream_context_get_options($ctx)['ssl']['peer_certificate'];
62 $cert = stream_context_get_options($ctx)['ssl']['peer_certificate'];
H A Dsession_meta_capture.phpt47 $meta = stream_context_get_options($clientCtx)['ssl']['session_meta'];
52 $meta = stream_context_get_options($clientCtx)['ssl']['session_meta'];
57 $meta = stream_context_get_options($clientCtx)['ssl']['session_meta'];
H A Dcapture_peer_cert_001.phpt38 $cert = stream_context_get_options($clientCtx)['ssl']['peer_certificate'];
H A Dsession_meta_capture_tlsv13.phpt44 $meta = stream_context_get_options($clientCtx)['ssl']['session_meta'];
/PHP-7.4/ext/libxml/tests/
H A Dbug54440.phpt13 print_r(stream_context_get_options($this->context));
30 stream_context_set_default(stream_context_get_options($ctx1));
/PHP-7.4/ext/standard/tests/streams/
H A Dstream_context_get_params_001.phpt20 var_dump(stream_context_get_options($ctx));
22 var_dump(stream_context_get_options($ctx));
H A Dbug61115-1.phpt13 stream_context_get_options($fileResourceTemp);
H A Dbug71245.phpt19 print_r(stream_context_get_options($context));
H A Dstream_context_set_option_basic.phpt22 var_dump(stream_context_get_options($context));
/PHP-7.4/ext/standard/
H A Dstreamsfuncs.h51 PHP_FUNCTION(stream_context_get_options);
H A Dstreamsfuncs.c968 PHP_FUNCTION(stream_context_get_options) in PHP_FUNCTION() argument
H A Dbasic_functions.c3157 PHP_FE(stream_context_get_options, arginfo_stream_context_get_options)

Completed in 35 milliseconds