tempsig          1499 ext/phar/util.c 			int tempsig;
tempsig          1529 ext/phar/util.c 			tempsig = sig_len;
tempsig          1531 ext/phar/util.c 			if (FAILURE == phar_call_openssl_signverify(0, fp, end_of_phar, pubkey ? ZSTR_VAL(pubkey) : NULL, pubkey ? ZSTR_LEN(pubkey) : 0, &sig, &tempsig)) {
tempsig          1547 ext/phar/util.c 			sig_len = tempsig;