Home
last modified time | relevance | path

Searched refs:index_php (Results 1 – 4 of 4) sorted by relevance

/PHP-7.4/ext/phar/
H A Dstub.h19 static inline zend_string* phar_get_stub(const char *index_php, const char *web, const int name_len… in phar_get_stub() argument
30 …wstub_len, "%s%s%s%s%s%s%d%s%s", newstub0, web, newstub1_0, newstub1_1, index_php, newstub2, name_… in phar_get_stub()
H A Dphar_internal.h537 zend_string *phar_create_default_stub(const char *index_php, const char *web_index, char **error);
H A Dphar.c2454 zend_string *phar_create_default_stub(const char *index_php, const char *web_index, char **error) /… in phar_create_default_stub() argument
2462 if (!index_php) { in phar_create_default_stub()
2463 index_php = "index.php"; in phar_create_default_stub()
2470 index_len = strlen(index_php); in phar_create_default_stub()
2489 return phar_get_stub(index_php, web_index, index_len+1, web_len+1); in phar_create_default_stub()
H A Dphar_object.c543 char *alias = NULL, *error, *index_php = NULL, *f404 = NULL, *ru = NULL; in PHP_METHOD() local
555 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "|s!s!saz", &alias, &alias_len, &index_php, &index_php_… in PHP_METHOD()
754 entry = index_php; in PHP_METHOD()
757 spprintf(&entry, 0, "/%s", index_php); in PHP_METHOD()

Completed in 31 milliseconds