Home
last modified time | relevance | path

Searched refs:stream_notification_callback (Results 1 – 4 of 4) sorted by relevance

/PHP-7.4/ext/standard/tests/http/
H A Dbug69337.phpt11 function stream_notification_callback($notification_code, $severity, $message, $message_code, $byte…
21 stream_context_set_params($ctx, array("notification" => "stream_notification_callback"));
H A Dbug47021.phpt11 function stream_notification_callback($notification_code, $severity, $message, $message_code, $byte…
34 stream_context_set_params($ctx, array("notification" => "stream_notification_callback"));
/PHP-7.4/ext/standard/tests/streams/
H A Dstream_context_get_params_001.phpt13 var_dump(stream_context_set_params($ctx, array("notification" => "stream_notification_callback")));
46 string(28) "stream_notification_callback"
/PHP-7.4/pear/
H A Dfetch.php9 function stream_notification_callback($notification_code, $severity, $message, $message_code, $byte… function

Completed in 16 milliseconds