Home
last modified time | relevance | path

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

/PHP-7.4/ext/fileinfo/libmagic/
H A Dfuncs.c444 wchar_t nextchar; in file_getbuffer() local
455 bytesconsumed = mbrtowc(&nextchar, op, in file_getbuffer()
463 if (iswprint(nextchar)) { in file_getbuffer()
/PHP-7.4/ext/phar/
H A Dphar.c701 int nextchar; in phar_parse_pharfile() local
703 if (EOF == (nextchar = php_stream_getc(fp))) { in phar_parse_pharfile()
707 if ((char) nextchar == '\r') { in phar_parse_pharfile()
709 if (EOF == (nextchar = php_stream_getc(fp)) || (char)nextchar != '\n') { in phar_parse_pharfile()
715 if ((char) nextchar == '\n') { in phar_parse_pharfile()

Completed in 49 milliseconds