Searched refs:stream_context_set_params (Results 1 – 10 of 10) sorted by relevance
/PHP-8.3/ext/standard/tests/streams/ |
H A D | bug44712.phpt | 2 bug#44712 (stream_context_set_params segfaults on invalid arguments) 7 stream_context_set_params($ctx, array("options" => 1));
|
H A D | stream_context_get_params_001.phpt | 13 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 D | bug61115.phpt | 9 stream_context_set_params($resourceFileTemp, array());
|
H A D | gh10031.phpt | 36 stream_context_set_params($context, ['notification' => function ($code, $s, $m, $mc, $bytes_transfe…
|
/PHP-8.3/ext/standard/tests/http/ |
H A D | gh8641.phpt | 19 stream_context_set_params($ctx, array("notification" => "stream_notification_callback"));
|
H A D | bug69337.phpt | 21 stream_context_set_params($ctx, array("notification" => "stream_notification_callback"));
|
H A D | bug47021.phpt | 34 stream_context_set_params($ctx, array("notification" => "stream_notification_callback"));
|
/PHP-8.3/ext/standard/ |
H A D | streamsfuncs.c | 1092 PHP_FUNCTION(stream_context_set_params) in PHP_FUNCTION() argument
|
H A D | basic_functions.stub.php | 3324 function stream_context_set_params($context, array $params): bool {}
|
H A D | basic_functions_arginfo.h | 2720 ZEND_FUNCTION(stream_context_set_params); 3361 ZEND_FE(stream_context_set_params, arginfo_stream_context_set_params)
|
Completed in 54 milliseconds