Searched refs:notification_code (Results 1 – 5 of 5) sorted by relevance
/PHP-8.4/ext/standard/tests/http/ |
H A D | gh8641.phpt | 11 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 D | bug69337.phpt | 11 function stream_notification_callback($notification_code, $severity, $message, $message_code, $byte… 13 if($notification_code == STREAM_NOTIFY_REDIRECTED) {
|
H A D | bug47021.phpt | 11 function stream_notification_callback($notification_code, $severity, $message, $message_code, $byte… 13 switch($notification_code) {
|
H A D | gh15034.phpt | 24 int $notification_code,
|
/PHP-8.4/pear/ |
H A D | fetch.php | 9 function stream_notification_callback($notification_code, $severity, $message, $message_code, $byte… argument 12 switch($notification_code) {
|
Completed in 4 milliseconds