Home
last modified time | relevance | path

Searched defs:_php_stream_notifier (Results 1 – 1 of 1) sorted by relevance

/PHP-8.0/main/streams/
H A Dphp_stream_context.h41 struct _php_stream_notifier { struct
42 php_stream_notification_func func;
43 void (*dtor)(php_stream_notifier *notifier);
44 zval ptr;
45 int mask;
46 size_t progress, progress_max; /* position for progress notification */

Completed in 4 milliseconds