Home
last modified time | relevance | path

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

/PHP-7.4/ext/phar/
H A Dphar_object.c949 char *index = NULL, *webindex = NULL, *error; in PHP_METHOD() local
953 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "|pp", &index, &index_len, &webindex, &webindex_len) ==… in PHP_METHOD()
957 stub = phar_create_default_stub(index, webindex, &error); in PHP_METHOD()
2976 char *index = NULL, *webindex = NULL, *error = NULL; in PHP_METHOD() local
2993 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "|s!s", &index, &index_len, &webindex, &webindex_len) =… in PHP_METHOD()
3009 stub = phar_create_default_stub(index, webindex, &error); in PHP_METHOD()
5149 ZEND_ARG_INFO(0, webindex)

Completed in 31 milliseconds