Home
last modified time | relevance | path

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

/PHP-8.2/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-8.2/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 Dcapture_peer_cert_001.phpt39 $cert = stream_context_get_options($clientCtx)['ssl']['peer_certificate'];
/PHP-8.2/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-8.2/ext/standard/
H A Dstreamsfuncs.c1000 PHP_FUNCTION(stream_context_get_options) in PHP_FUNCTION() argument
H A Dbasic_functions.stub.php2522 function stream_context_get_options($stream_or_context): array {}
H A Dbasic_functions_arginfo.h2720 ZEND_FUNCTION(stream_context_get_options);
3358 ZEND_FE(stream_context_get_options, arginfo_stream_context_get_options)

Completed in 57 milliseconds