nextchar 364 ext/fileinfo/libmagic/funcs.c wchar_t nextchar; nextchar 375 ext/fileinfo/libmagic/funcs.c bytesconsumed = mbrtowc(&nextchar, op, nextchar 383 ext/fileinfo/libmagic/funcs.c if (iswprint(nextchar)) { nextchar 682 ext/phar/phar.c int nextchar; nextchar 684 ext/phar/phar.c if (EOF == (nextchar = php_stream_getc(fp))) { nextchar 688 ext/phar/phar.c if ((char) nextchar == '\r') { nextchar 690 ext/phar/phar.c if (EOF == (nextchar = php_stream_getc(fp)) || (char)nextchar != '\n') { nextchar 696 ext/phar/phar.c if ((char) nextchar == '\n') {