sublime text执行PHP代码

新建编译系统

{ 
    "cmd": ["php", "$file"],
    "file_regex": "php$", 
    "selector": "source.php" 
}

命名为php.sublime-build 保存到默认路径

Ctrl + B 执行脚本

posted @ 2017-08-03 22:59  CooMark  阅读(234)  评论(0编辑  收藏  举报