Codice PHP:
$elenco = array($array1,$array2,$array3);
$risultato call_user_func_array('array_intersect',$elenco);
print_r($risultato);