<?php $test = array( 'Super red Megaman T-shirt', 'Super Megaman blue T-shirt', 'Super black Megaman T-shirt', 'Super Megaman T-shirt - aquamarine', ); foreach ($test as $item) { $prodCompare[] = str_split($item); } var_dump(join(array_intersect($prodCompare[0], ...$prodCompare)));
You have javascript disabled. You will not be able to edit any code.