Home
last modified time | relevance | path

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

/PHP-5.3/ext/fileinfo/libmagic/
H A Dfuncs.c362 wchar_t nextchar; in file_getbuffer() local
373 bytesconsumed = mbrtowc(&nextchar, op, in file_getbuffer()
381 if (iswprint(nextchar)) { in file_getbuffer()
/PHP-5.3/ext/phar/
H A Dphar.c693 int nextchar; local
695 if (EOF == (nextchar = php_stream_getc(fp))) {
699 if ((char) nextchar == '\r') {
701 if (EOF == (nextchar = php_stream_getc(fp)) || (char)nextchar != '\n') {
707 if ((char) nextchar == '\n') {

Completed in 11 milliseconds