Searched refs:nextchar (Results 1 – 2 of 2) sorted by relevance
578 wchar_t nextchar; in file_getbuffer() local589 bytesconsumed = mbrtowc(&nextchar, op, in file_getbuffer()597 if (iswprint(nextchar)) { in file_getbuffer()
767 int nextchar; in phar_parse_pharfile() local769 if (EOF == (nextchar = php_stream_getc(fp))) { in phar_parse_pharfile()773 if ((char) nextchar == '\r') { in phar_parse_pharfile()775 if (EOF == (nextchar = php_stream_getc(fp)) || (char)nextchar != '\n') { in phar_parse_pharfile()781 if ((char) nextchar == '\n') { in phar_parse_pharfile()
Completed in 13 milliseconds