Searched refs:nextchar (Results 1 – 2 of 2) sorted by relevance
528 wchar_t nextchar; in file_getbuffer() local539 bytesconsumed = mbrtowc(&nextchar, op, in file_getbuffer()547 if (iswprint(nextchar)) { in file_getbuffer()
776 int nextchar; in phar_parse_pharfile() local778 if (EOF == (nextchar = php_stream_getc(fp))) { in phar_parse_pharfile()782 if ((char) nextchar == '\r') { in phar_parse_pharfile()784 if (EOF == (nextchar = php_stream_getc(fp)) || (char)nextchar != '\n') { in phar_parse_pharfile()790 if ((char) nextchar == '\n') { in phar_parse_pharfile()
Completed in 21 milliseconds