Home
last modified time | relevance | path

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

/PHP-5.5/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.5/ext/phar/
H A Dphar.c682 int nextchar; local
684 if (EOF == (nextchar = php_stream_getc(fp))) {
688 if ((char) nextchar == '\r') {
690 if (EOF == (nextchar = php_stream_getc(fp)) || (char)nextchar != '\n') {
696 if ((char) nextchar == '\n') {

Completed in 19 milliseconds