ulc              2388 ext/standard/file.c 	while (md->ulc || (!php_stream_eof(md->stream) && (ch = php_stream_getc(md->stream)))) {
ulc              2393 ext/standard/file.c 		if (md->ulc) {
ulc              2395 ext/standard/file.c 			md->ulc = 0;
ulc              2428 ext/standard/file.c 					md->ulc = 1;
ulc              2464 ext/standard/file.c 						md->ulc = 1;
ulc               109 ext/standard/file.h 	int ulc;