Home
last modified time | relevance | path

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

/php-src/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));
H A Dlibxml_set_streams_context_overwrite.phpt13 print_r(stream_context_get_options($this->context));
/php-src/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-src/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 Dstream_context_set_options_basic.phpt15 var_dump(stream_context_get_options($context));
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-src/ext/standard/
H A Dstreamsfuncs.c994 PHP_FUNCTION(stream_context_get_options) in PHP_FUNCTION() argument
H A Dbasic_functions.stub.php3408 function stream_context_get_options($stream_or_context): array {}
H A Dbasic_functions_arginfo.h2829 ZEND_FUNCTION(stream_context_get_options);
3468 ZEND_FE(stream_context_get_options, arginfo_stream_context_get_options)

Completed in 40 milliseconds