se l'estenzioni permesse sono dentro ad un array ti basta usare la funzione in_array

Codice PHP:
if (in_array("jpeg"$estensioni)) {
   echo 
"Estensione consentita";