Только переменные должны быть переданы ссылкой в

$tmp = explode('.', $file_name);
$file_extension = end($tmp);
Silly Salamander