tokenlen         1575 ext/phar/phar.c 	const zend_long tokenlen = sizeof(token) - 1;
tokenlen         1595 ext/phar/phar.c 		if ((got = php_stream_read(fp, buffer+tokenlen, readsize)) < (size_t) tokenlen) {
tokenlen         1601 ext/phar/phar.c 			pos = buffer+tokenlen;
tokenlen         1721 ext/phar/phar.c 		memmove(buffer, buffer + window_size, tokenlen); /* move the memory buffer by the size of the window */