3v4l.org

run code in 300+ PHP versions simultaneously
<?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)));

preferences:
37.33 ms | 407 KiB | 5 Q