$value) { if($value == $t[$key]) { continue; } echo ($key+1).PHP_EOL; echo $value.PHP_EOL; echo $t[$key].PHP_EOL; break; }