<?php $a = 12345; $b = 98754; $a = str_split($a); $b = str_split($b); $matching = array_intersect($a, $b); Var_dump($matching);
You have javascript disabled. You will not be able to edit any code.