web_index        2450 ext/phar/phar.c zend_string *phar_create_default_stub(const char *index_php, const char *web_index, char **error) /* {{{ */
web_index        2462 ext/phar/phar.c 	if (!web_index) {
web_index        2463 ext/phar/phar.c 		web_index = "index.php";
web_index        2467 ext/phar/phar.c 	web_len = strlen(web_index);
web_index        2485 ext/phar/phar.c 	return phar_get_stub(index_php, web_index, index_len+1, web_len+1);
web_index         559 ext/phar/phar_internal.h zend_string *phar_create_default_stub(const char *index_php, const char *web_index, char **error);