Guest User

Untitled

a guest
Sep 19th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. Place the following in a file named 'PHP.sublime-build' in your Sublime Text 2 'User' package dir:
  2.  
  3. {
  4. "cmd": ["php", "-l", "$file"],
  5. "file_regex": "*",
  6. "selector": "source.php"
  7. }
Add Comment
Please, Sign In to add comment