We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7a6151 commit e43ffb5Copy full SHA for e43ffb5
main/php_streams.h
@@ -207,7 +207,7 @@ struct _php_stream {
207
uint8_t fclose_stdiocast:2;
208
209
/* whether stdio cast flushing is in progress */
210
- int8_t fclose_stdiocast_flush_in_progress:1;
+ uint8_t fclose_stdiocast_flush_in_progress:1;
211
212
char mode[16]; /* "rwb" etc. ala stdio */
213
0 commit comments