Se hai php4 devi castare (nel caso che hai postato) string

$arr[] = (string)"0E4635";

Con php5 basta mettere il terzo parametro true
$chiavi = array_keys($arr,$search,true);