Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/tests/streams/
H A Dbug44712.phpt2 bug#44712 (stream_context_set_params segfaults on invalid arguments)
6 stream_context_set_params($ctx, array("options" => 1));
9 Warning: stream_context_set_params(): Invalid stream/context parameter in %sbug44712.php on line %d
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-7.4/ext/standard/
H A Dstreamsfuncs.h48 PHP_FUNCTION(stream_context_set_params);
H A Dstreamsfuncs.c1034 PHP_FUNCTION(stream_context_set_params) in PHP_FUNCTION() argument
H A Dbasic_functions.c3154 PHP_FE(stream_context_set_params, arginfo_stream_context_set_params)
/PHP-7.4/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"));

Completed in 22 milliseconds