Home
last modified time | relevance | path

Searched refs:nextchar (Results 1 – 2 of 2) sorted by relevance

/PHP-7.3/ext/fileinfo/libmagic/
H A Dfuncs.c394 wchar_t nextchar; in file_getbuffer() local
405 bytesconsumed = mbrtowc(&nextchar, op, in file_getbuffer()
413 if (iswprint(nextchar)) { in file_getbuffer()
/PHP-7.3/ext/phar/
H A Dphar.c698 int nextchar; local
700 if (EOF == (nextchar = php_stream_getc(fp))) {
704 if ((char) nextchar == '\r') {
706 if (EOF == (nextchar = php_stream_getc(fp)) || (char)nextchar != '\n') {
712 if ((char) nextchar == '\n') {

Completed in 22 milliseconds