Home
last modified time | relevance | path

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

/PHP-7.1/ext/phar/
H A Dstub.h21 static inline zend_string* phar_get_stub(const char *index_php, const char *web, const int name_len… in phar_get_stub() argument
32 …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.h544 zend_string *phar_create_default_stub(const char *index_php, const char *web_index, char **error);
H A Dphar.c2446 zend_string *phar_create_default_stub(const char *index_php, const char *web_index, char **error) /… argument
2454 if (!index_php) {
2455 index_php = "index.php";
2462 index_len = strlen(index_php);
2481 return phar_get_stub(index_php, web_index, index_len+1, web_len+1);
H A Dphar_object.c541 char *alias = NULL, *error, *index_php = NULL, *f404 = NULL, *ru = NULL; in PHP_METHOD() local
552 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "|s!s!saz", &alias, &alias_len, &index_php, &index_php_… in PHP_METHOD()
758 entry = index_php; in PHP_METHOD()
761 spprintf(&entry, 0, "/%s", index_php); in PHP_METHOD()

Completed in 28 milliseconds