Home
last modified time | relevance | path

Searched refs:notification_code (Results 1 – 5 of 5) sorted by relevance

/PHP-8.3/ext/standard/tests/http/
H A Dgh8641.phpt11 function stream_notification_callback($notification_code, $severity, $message, $message_code, $byte…
13 if ($notification_code === STREAM_NOTIFY_COMPLETED) {
14 echo $notification_code, ' ', $bytes_transferred, ' ', $bytes_max, PHP_EOL;
H A Dbug69337.phpt11 function stream_notification_callback($notification_code, $severity, $message, $message_code, $byte…
13 if($notification_code == STREAM_NOTIFY_REDIRECTED) {
H A Dbug47021.phpt11 function stream_notification_callback($notification_code, $severity, $message, $message_code, $byte…
13 switch($notification_code) {
H A Dgh15034.phpt24 int $notification_code,
/PHP-8.3/pear/
H A Dfetch.php9 function stream_notification_callback($notification_code, $severity, $message, $message_code, $byte… argument
12 switch($notification_code) {

Completed in 8 milliseconds