php_stream *stream;
self = emalloc_rel_orig(sizeof(*self));
+ memset(self, 0, sizeof(*self));
self->file = NULL;
self->is_pipe = 0;
self->lock_flag = LOCK_UN;
php_stream *stream;
self = emalloc_rel_orig(sizeof(*self));
+ memset(self, 0, sizeof(*self));
self->file = file;
self->is_pipe = 0;
self->lock_flag = LOCK_UN;
php_stream *stream;
self = emalloc_rel_orig(sizeof(*self));
+ memset(self, 0, sizeof(*self));
self->file = file;
self->is_pipe = 1;
self->lock_flag = LOCK_UN;