Home
last modified time | relevance | path

Searched refs:stream_context_set_params (Results 1 – 8 of 8) sorted by relevance

/PHP-8.0/ext/standard/tests/streams/
H A Dbug44712.phpt2 bug#44712 (stream_context_set_params segfaults on invalid arguments)
7 stream_context_set_params($ctx, array("options" => 1));
H A Dstream_context_get_params_001.phpt13 var_dump(stream_context_set_params($ctx, array("notification" => "stream_notification_callback")));
16 var_dump(stream_context_set_params($ctx, array("notification" => array("stream","notification_callb…
H A Dbug61115.phpt9 stream_context_set_params($resourceFileTemp, array());
/PHP-8.0/ext/standard/tests/http/
H A Dbug69337.phpt21 stream_context_set_params($ctx, array("notification" => "stream_notification_callback"));
H A Dbug47021.phpt34 stream_context_set_params($ctx, array("notification" => "stream_notification_callback"));
/PHP-8.0/ext/standard/
H A Dstreamsfuncs.c1047 PHP_FUNCTION(stream_context_set_params) in PHP_FUNCTION() argument
H A Dbasic_functions.stub.php1204 function stream_context_set_params($context, array $params): bool {} function
H A Dbasic_functions_arginfo.h2729 ZEND_FUNCTION(stream_context_set_params);
3371 ZEND_FE(stream_context_set_params, arginfo_stream_context_set_params)

Completed in 31 milliseconds