Home
last modified time | relevance | path

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

/PHP-5.4/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.4/ext/phar/
H A Dphar.c683 int nextchar; local
685 if (EOF == (nextchar = php_stream_getc(fp))) {
689 if ((char) nextchar == '\r') {
691 if (EOF == (nextchar = php_stream_getc(fp)) || (char)nextchar != '\n') {
697 if ((char) nextchar == '\n') {

Completed in 11 milliseconds