Home
last modified time | relevance | path

Searched refs:stream_context_get_options (Results 1 – 14 of 14) 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.phpt39 $cert = stream_context_get_options($ctx)['ssl']['peer_certificate'];
45 $cert = stream_context_get_options($ctx)['ssl']['peer_certificate'];
51 $cert = stream_context_get_options($ctx)['ssl']['peer_certificate'];
H A Dsni_server_key_cert.phpt48 $cert = stream_context_get_options($ctx)['ssl']['peer_certificate'];
54 $cert = stream_context_get_options($ctx)['ssl']['peer_certificate'];
60 $cert = stream_context_get_options($ctx)['ssl']['peer_certificate'];
H A Dcapture_peer_cert_001.phpt38 $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 Dgh15155.phpt12 $options = stream_context_get_options($this->context);
H A Dstream_context_set_option_basic.phpt22 var_dump(stream_context_get_options($context));
/php-src/ext/standard/
H A Dstreamsfuncs.c995 PHP_FUNCTION(stream_context_get_options) in PHP_FUNCTION() argument
H A Dbasic_functions.stub.php3411 function stream_context_get_options($stream_or_context): array {}
H A Dbasic_functions_arginfo.h2785 ZEND_FUNCTION(stream_context_get_options);
3389 ZEND_FE(stream_context_get_options, arginfo_stream_context_get_options)

Completed in 31 milliseconds