index_php        2450 ext/phar/phar.c zend_string *phar_create_default_stub(const char *index_php, const char *web_index, char **error) /* {{{ */
index_php        2458 ext/phar/phar.c 	if (!index_php) {
index_php        2459 ext/phar/phar.c 		index_php = "index.php";
index_php        2466 ext/phar/phar.c 	index_len = strlen(index_php);
index_php        2485 ext/phar/phar.c 	return phar_get_stub(index_php, web_index, index_len+1, web_len+1);
index_php         559 ext/phar/phar_internal.h zend_string *phar_create_default_stub(const char *index_php, const char *web_index, char **error);
index_php         548 ext/phar/phar_object.c 	char *alias = NULL, *error, *index_php = NULL, *f404 = NULL, *ru = NULL;
index_php         559 ext/phar/phar_object.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "|s!s!saz", &alias, &alias_len, &index_php, &index_php_len, &f404, &f404_len, &mimeoverride, &rewrite) == FAILURE) {
index_php         740 ext/phar/phar_object.c 			entry = index_php;
index_php         743 ext/phar/phar_object.c 				spprintf(&entry, 0, "/%s", index_php);
index_php          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)
index_php          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);