I have a project I am moving that has many files, many of which were opened with <? rather than <?php
I'm trying to globally replace <? with <?php in text wrangler, sublime text, and phpstorm, but none seem to want to grab just the <? (using the whole word check box).
I'll take any approach, but i do like the GUI for this one so I can inspect the search/replace results.
As an FYI, I am migrating a codebase. On the new server I am getting a raw dump of the php file for files opened with <?. stupid. Replacing with <?php fixes the issue. There are probably other ways to fix the issue.