Transfered site to new server, single and double quotes problem

So I am in the process of transferring my site to a new server, with php 5.3.3

The problem I seem to be having, is that the way I was using single and double quotes doesn’t parse correctly on the new server (worked perfectly well on the old). Now, is there any option other than going through all my code and fixing the quotes so it parses ok ? ie. some sort of .htaccess directive or php.ini setting, something like that ?

Thanks!

Can you give an example of what code is not working?