Home
last modified time | relevance | path

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

/PHP-7.0/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
33 …tub_len, "%s%s%s%s%s%s%d%s%s%s", newstub0, web, newstub1_0, newstub1_1, index_php, newstub2, name_… in phar_get_stub()
H A Dphar_internal.h559 zend_string *phar_create_default_stub(const char *index_php, const char *web_index, char **error);
H A Dphar.c2463 zend_string *phar_create_default_stub(const char *index_php, const char *web_index, char **error) /… argument
2471 if (!index_php) {
2472 index_php = "index.php";
2479 index_len = strlen(index_php);
2498 return phar_get_stub(index_php, web_index, index_len+1, web_len+1);
H A Dphar_object.c550 char *alias = NULL, *error, *index_php = NULL, *f404 = NULL, *ru = NULL; in PHP_METHOD() local
561 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "|s!s!saz", &alias, &alias_len, &index_php, &index_php_… in PHP_METHOD()
762 entry = index_php; in PHP_METHOD()
765 spprintf(&entry, 0, "/%s", index_php); in PHP_METHOD()

Completed in 32 milliseconds