index_php        2497 ext/phar/phar.c char *phar_create_default_stub(const char *index_php, const char *web_index, size_t *len, char **error TSRMLS_DC) /* {{{ */
index_php        2511 ext/phar/phar.c 	if (!index_php) {
index_php        2512 ext/phar/phar.c 		index_php = "index.php";
index_php        2519 ext/phar/phar.c 	index_len = strlen(index_php);
index_php        2538 ext/phar/phar.c 	phar_get_stub(index_php, web_index, len, &stub, index_len+1, web_len+1 TSRMLS_CC);
index_php         571 ext/phar/phar_internal.h char *phar_create_default_stub(const char *index_php, const char *web_index, size_t *len, char **error TSRMLS_DC);
index_php         567 ext/phar/phar_object.c 	char *alias = NULL, *error, *index_php = NULL, *f404 = NULL, *ru = NULL;
index_php         575 ext/phar/phar_object.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|s!s!saz", &alias, &alias_len, &index_php, &index_php_len, &f404, &f404_len, &mimeoverride, &rewrite) == FAILURE) {
index_php         766 ext/phar/phar_object.c 			entry = index_php;
index_php         769 ext/phar/phar_object.c 				spprintf(&entry, 0, "/%s", index_php);
index_php          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)
index_php          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);