xcode 843 ext/standard/streamsfuncs.c char *xmsg, int xcode, size_t bytes_sofar, size_t bytes_max, void * ptr) xcode 857 ext/standard/streamsfuncs.c ZVAL_LONG(&zvs[3], xcode); xcode 26 main/streams/php_stream_context.h char *xmsg, int xcode, xcode 89 main/streams/php_stream_context.h char *xmsg, int xcode, size_t bytes_sofar, size_t bytes_max, void * ptr); xcode 93 main/streams/php_stream_context.h #define php_stream_notify_info(context, code, xmsg, xcode) do { if ((context) && (context)->notifier) { \ xcode 95 main/streams/php_stream_context.h (xmsg), (xcode), 0, 0, NULL); } } while (0) xcode 112 main/streams/php_stream_context.h #define php_stream_notify_file_size(context, file_size, xmsg, xcode) do { if ((context) && (context)->notifier) { \ xcode 114 main/streams/php_stream_context.h (xmsg), (xcode), 0, (file_size), NULL); } } while(0) xcode 116 main/streams/php_stream_context.h #define php_stream_notify_error(context, code, xmsg, xcode) do { if ((context) && (context)->notifier) {\ xcode 118 main/streams/php_stream_context.h (xmsg), (xcode), 0, 0, NULL); } } while(0) xcode 2178 main/streams/streams.c char *xmsg, int xcode, size_t bytes_sofar, size_t bytes_max, void * ptr) xcode 2181 main/streams/streams.c context->notifier->func(context, notifycode, severity, xmsg, xcode, bytes_sofar, bytes_max, ptr);