web_len 2452 ext/phar/phar.c int index_len, web_len; web_len 2467 ext/phar/phar.c web_len = strlen(web_index); web_len 2477 ext/phar/phar.c if (web_len > 400) { web_len 2480 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 2485 ext/phar/phar.c return phar_get_stub(index_php, web_index, index_len+1, web_len+1); web_len 21 ext/phar/stub.h static inline zend_string* phar_get_stub(const char *index_php, const char *web, const int name_len, const int web_len) web_len 33 ext/phar/stub.h return strpprintf(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);