fgetc             608 ext/gd/libgd/gdkanji.c   while ((c = fgetc (stdin)) != '\n' && i < BUFSIZ)
fgetc              64 ext/mbstring/libmbfl/tests/conv_encoding.c 			const int c = fgetc(stdin);
fgetc             110 ext/mbstring/libmbfl/tests/conv_kana.c 			const int c = fgetc(stdin);
fgetc              73 ext/mbstring/libmbfl/tests/strcut.c 			const int c = fgetc(stdin);
fgetc              44 ext/mbstring/libmbfl/tests/strwidth.c 			const int c = fgetc(stdin);
fgetc            2783 ext/spl/spl_directory.c SPL_METHOD(SplFileObject, fgetc)
fgetc            3063 ext/spl/spl_directory.c 	SPL_ME(SplFileObject, fgetc,          arginfo_splfileinfo_void,          ZEND_ACC_PUBLIC)
fgetc            3073 ext/standard/basic_functions.c 	PHP_FE(fgetc,															arginfo_fgetc)
fgetc            1058 ext/standard/file.c PHPAPI PHP_FUNCTION(fgetc)
fgetc              39 ext/standard/file.h PHPAPI PHP_FUNCTION(fgetc);
fgetc             255 ext/standard/iptc.c 				fgetc(fp); /* skip already copied 0xFF byte */
fgetc            1324 ext/zlib/zlib.c 	PHP_FALIAS(gzgetc,		fgetc,			arginfo_gzpassthru)
fgetc            2391 sapi/cgi/cgi_main.c 						c = fgetc(file_handle.handle.fp);
fgetc            2394 sapi/cgi/cgi_main.c 								c = fgetc(file_handle.handle.fp);	/* skip to end of line */
fgetc            2398 sapi/cgi/cgi_main.c 								if (fgetc(file_handle.handle.fp) != '\n') {
fgetc             628 sapi/cli/php_cli.c 	c = fgetc(file_handle->handle.fp);
fgetc             629 sapi/cli/php_cli.c 	if (c == '#' && (c = fgetc(file_handle->handle.fp)) == '!') {
fgetc             631 sapi/cli/php_cli.c 			c = fgetc(file_handle->handle.fp);	/* skip to end of line */
fgetc             635 sapi/cli/php_cli.c 			if (fgetc(file_handle->handle.fp) != '\n') {