web_len          2500 ext/phar/phar.c 	int index_len, web_len;
web_len          2520 ext/phar/phar.c 	web_len = strlen(web_index);
web_len          2530 ext/phar/phar.c 	if (web_len > 400) {
web_len          2533 ext/phar/phar.c 			spprintf(error, 0, "Illegal web filename passed in for stub creation, was %d characters long, and only 400 or less is allowed", web_len);
web_len          2538 ext/phar/phar.c 	phar_get_stub(index_php, web_index, len, &stub, index_len+1, web_len+1 TSRMLS_CC);
web_len            21 ext/phar/stub.h static inline void phar_get_stub(const char *index_php, const char *web, size_t *len, char **stub, const int name_len, const int web_len TSRMLS_DC)
web_len            33 ext/phar/stub.h 	*len = spprintf(stub, name_len + web_len + newstub_len, "%s%s%s%s%s%s%d%s%s%s", newstub0, web, newstub1_0, newstub1_1, index_php, newstub2, name_len + web_len + newstub_len, newstub3_0, newstub3_1, newstub3_2);