compliment       2383 ext/standard/file.c 	int ch = 0, compliment;
compliment       2416 ext/standard/file.c 				compliment = ch;
compliment       2418 ext/standard/file.c 				while (!php_stream_eof(md->stream) && (ch = php_stream_getc(md->stream)) && ch != compliment && ch != '<' && ch != '>') {