Home
last modified time | relevance | path

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

/PHP-7.3/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.h542 zend_string *phar_create_default_stub(const char *index_php, const char *web_index, char **error);
H A Dphar.c2461 zend_string *phar_create_default_stub(const char *index_php, const char *web_index, char **error) /… argument
2469 if (!index_php) {
2470 index_php = "index.php";
2477 index_len = strlen(index_php);
2496 return phar_get_stub(index_php, web_index, index_len+1, web_len+1);
H A Dphar_object.c528 char *alias = NULL, *error, *index_php = NULL, *f404 = NULL, *ru = NULL; in PHP_METHOD() local
540 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "|s!s!saz", &alias, &alias_len, &index_php, &index_php_… in PHP_METHOD()
737 entry = index_php; in PHP_METHOD()
740 spprintf(&entry, 0, "/%s", index_php); in PHP_METHOD()

Completed in 31 milliseconds