Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure no php short tags are used. #12

Closed
kylecannon opened this issue Apr 22, 2013 · 4 comments
Closed

Ensure no php short tags are used. #12

kylecannon opened this issue Apr 22, 2013 · 4 comments
Assignees
Milestone

Comments

@kylecannon
Copy link
Member

No description provided.

@joshribakoff
Copy link
Member

— > Reply to this email directly or view it on GitHubhttps://github.com//issues/12 > .

@kylecannon
Copy link
Member Author

Not an issue. But I feel that anything that is <? should be <?php <?= of course can stay.

@joshribakoff
Copy link
Member

Agreed
On Apr 22, 2013 3:15 PM, "Kyle Cannon" [email protected] wrote:

Not an issue. But I feel that anything that is <? should be <?php <?= of
course can stay.


Reply to this email directly or view it on GitHubhttps://github.com//issues/12#issuecomment-16815161
.

@ghost ghost assigned joshribakoff Apr 22, 2013
@joshribakoff
Copy link
Member

The following regex matches all instances of <? without giving false positives on <?xml or <?=
<?(\s|\n|\t|[^a-zA-Z=])

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants