Home
last modified time | relevance | path

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

/PHP-5.6/ext/fileinfo/libmagic/
H A Dfuncs.c364 wchar_t nextchar; in file_getbuffer() local
375 bytesconsumed = mbrtowc(&nextchar, op, in file_getbuffer()
383 if (iswprint(nextchar)) { in file_getbuffer()
/PHP-5.6/ext/phar/
H A Dphar.c694 int nextchar; local
696 if (EOF == (nextchar = php_stream_getc(fp))) {
700 if ((char) nextchar == '\r') {
702 if (EOF == (nextchar = php_stream_getc(fp)) || (char)nextchar != '\n') {
708 if ((char) nextchar == '\n') {

Completed in 17 milliseconds