notifycode        842 ext/standard/streamsfuncs.c static void user_space_stream_notifier(php_stream_context *context, int notifycode, int severity,
notifycode        850 ext/standard/streamsfuncs.c 	ZVAL_LONG(&zvs[0], notifycode);
notifycode         25 main/streams/php_stream_context.h 		int notifycode, int severity,
notifycode         88 main/streams/php_stream_context.h PHPAPI void php_stream_notification_notify(php_stream_context *context, int notifycode, int severity,
notifycode       2177 main/streams/streams.c PHPAPI void php_stream_notification_notify(php_stream_context *context, int notifycode, int severity,
notifycode       2181 main/streams/streams.c 		context->notifier->func(context, notifycode, severity, xmsg, xcode, bytes_sofar, bytes_max, ptr);