I have a large collection of php files written over the years and I need to properly replace all the short open tags into proper explicit open tags.
change \
It's typical for XML/XHTML pages to include following code:
'; ?>
Of course that should not be changed neither to:
nor: