webindex 959 ext/phar/phar_object.c char *index = NULL, *webindex = NULL, *stub, *error; webindex 963 ext/phar/phar_object.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|pp", &index, &index_len, &webindex, &webindex_len) == FAILURE) { webindex 967 ext/phar/phar_object.c stub = phar_create_default_stub(index, webindex, &stub_len, &error TSRMLS_CC); webindex 2959 ext/phar/phar_object.c char *index = NULL, *webindex = NULL, *error = NULL, *stub = NULL; webindex 2975 ext/phar/phar_object.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|s!s", &index, &index_len, &webindex, &webindex_len) == FAILURE) { webindex 2991 ext/phar/phar_object.c stub = phar_create_default_stub(index, webindex, &stub_len, &error TSRMLS_CC); webindex 5117 ext/phar/phar_object.c ZEND_ARG_INFO(0, webindex)