Home
last modified time | relevance | path

Searched refs:stream_context_set_options (Results 1 – 7 of 7) sorted by relevance

/php-src/ext/standard/tests/streams/
H A Dstream_context_set_options_error.phpt2 Error test for stream_context_set_options()
15 stream_context_set_options($process, []);
21 stream_context_set_options(): Argument #1 ($context) must be a valid stream/context
H A Dstream_context_set_options_basic.phpt2 Basic test for stream_context_set_options()
13 var_dump(stream_context_set_options($context, $options));
H A Dstream_context_set_option_basic.phpt27 …tream_context_set_option() with 2 arguments is deprecated, use stream_context_set_options() instea…
H A Dstream_context_set_option_error.phpt33 …tream_context_set_option() with 2 arguments is deprecated, use stream_context_set_options() instea…
/php-src/ext/standard/
H A Dstreamsfuncs.c1079 PHP_FUNCTION(stream_context_set_options) in PHP_FUNCTION() argument
H A Dbasic_functions.stub.php3405 function stream_context_set_options($context, array $options): true {}
H A Dbasic_functions_arginfo.h2784 ZEND_FUNCTION(stream_context_set_options);
3388 ZEND_FE(stream_context_set_options, arginfo_stream_context_set_options)

Completed in 38 milliseconds