variables passed by reference code example Example: Only variables should be passed by reference in $tmp = explode('.', $file_name); $file_extension = end($tmp);