Searched refs:stream_context_set_options (Results 1 – 7 of 7) sorted by relevance
2 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
2 Basic test for stream_context_set_options()13 var_dump(stream_context_set_options($context, $options));
27 …tream_context_set_option() with 2 arguments is deprecated, use stream_context_set_options() instea…
33 …tream_context_set_option() with 2 arguments is deprecated, use stream_context_set_options() instea…
1079 PHP_FUNCTION(stream_context_set_options) in PHP_FUNCTION() argument
3405 function stream_context_set_options($context, array $options): true {}
2784 ZEND_FUNCTION(stream_context_set_options);3388 ZEND_FE(stream_context_set_options, arginfo_stream_context_set_options)
Completed in 38 milliseconds