Skip to content

Instantly share code, notes, and snippets.

@hurricanerainbow
Created August 22, 2012 03:47
Show Gist options
  • Save hurricanerainbow/3422129 to your computer and use it in GitHub Desktop.
Save hurricanerainbow/3422129 to your computer and use it in GitHub Desktop.
PHP Short Tag Removal
replace "<\?=\$(.*)\?>" to "<?php echo \$\1; ?>"
and then "<\?(?!php)" to "<?php"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment