Home
last modified time | relevance | path

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

/PHP-8.0/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.h545 zend_string *phar_create_default_stub(const char *index_php, const char *web_index, char **error);
H A Dphar.c2505 zend_string *phar_create_default_stub(const char *index_php, const char *web_index, char **error) /… in phar_create_default_stub() argument
2513 if (!index_php) { in phar_create_default_stub()
2514 index_php = "index.php"; in phar_create_default_stub()
2521 index_len = strlen(index_php); in phar_create_default_stub()
2540 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!s!af!", &alias, &alias_len, &index_php, &index_ph… in PHP_METHOD()
735 entry = index_php; in PHP_METHOD()
738 spprintf(&entry, 0, "/%s", index_php); in PHP_METHOD()

Completed in 47 milliseconds