webindex          937 ext/phar/phar_object.c 	char *index = NULL, *webindex = NULL, *error;
webindex          941 ext/phar/phar_object.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "|pp", &index, &index_len, &webindex, &webindex_len) == FAILURE) {
webindex          945 ext/phar/phar_object.c 	stub = phar_create_default_stub(index, webindex, &error);
webindex         2916 ext/phar/phar_object.c 	char *index = NULL, *webindex = NULL, *error = NULL;
webindex         2933 ext/phar/phar_object.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "|s!s", &index, &index_len, &webindex, &webindex_len) == FAILURE) {
webindex         2949 ext/phar/phar_object.c 		stub = phar_create_default_stub(index, webindex, &error);
webindex         5060 ext/phar/phar_object.c 	ZEND_ARG_INFO(0, webindex)