nextchar          353 ext/fileinfo/libmagic/funcs.c 		wchar_t nextchar;
nextchar          364 ext/fileinfo/libmagic/funcs.c 			bytesconsumed = mbrtowc(&nextchar, op,
nextchar          372 ext/fileinfo/libmagic/funcs.c 			if (iswprint(nextchar)) {
nextchar          684 ext/phar/phar.c 		int nextchar;
nextchar          686 ext/phar/phar.c 		if (EOF == (nextchar = php_stream_getc(fp))) {
nextchar          690 ext/phar/phar.c 		if ((char) nextchar == '\r') {
nextchar          692 ext/phar/phar.c 			if (EOF == (nextchar = php_stream_getc(fp)) || (char)nextchar != '\n') {
nextchar          698 ext/phar/phar.c 		if ((char) nextchar == '\n') {