I am not getting what is wrong with this code. It\'s returning \"Found\", which it should not.
$lead = \"418176000000069007\"; $diff = array(\"41817600000006
The values exceed PHP_INT_MAX. Try doing if(in_array($lead,$diff,true)) instead.
PHP_INT_MAX
if(in_array($lead,$diff,true))