Searched refs:nextchar (Results 1 – 2 of 2) sorted by relevance
567 wchar_t nextchar; in file_getbuffer() local578 bytesconsumed = mbrtowc(&nextchar, op, in file_getbuffer()586 if (iswprint(nextchar)) { in file_getbuffer()
765 int nextchar; in phar_parse_pharfile() local767 if (EOF == (nextchar = php_stream_getc(fp))) { in phar_parse_pharfile()771 if ((char) nextchar == '\r') { in phar_parse_pharfile()773 if (EOF == (nextchar = php_stream_getc(fp)) || (char)nextchar != '\n') { in phar_parse_pharfile()779 if ((char) nextchar == '\n') { in phar_parse_pharfile()
Completed in 20 milliseconds