<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: vim的php语法检查</title>
	<atom:link href="http://www.ooso.net/archives/197/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ooso.net/archives/197</link>
	<description>Linux + Apache + Mysql + Php + Flash</description>
	<lastBuildDate>Wed, 11 Jan 2012 15:01:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: caixw</title>
		<link>http://www.ooso.net/archives/197/comment-page-1#comment-30066</link>
		<dc:creator>caixw</dc:creator>
		<pubDate>Thu, 10 Jun 2010 16:35:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.ooso.net/index.php/archives/197#comment-30066</guid>
		<description>zendcodeanalyzer哪里有单独下载的啊。</description>
		<content:encoded><![CDATA[<p>zendcodeanalyzer哪里有单独下载的啊。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: volcano</title>
		<link>http://www.ooso.net/archives/197/comment-page-1#comment-23548</link>
		<dc:creator>volcano</dc:creator>
		<pubDate>Fri, 30 May 2008 05:39:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.ooso.net/index.php/archives/197#comment-23548</guid>
		<description>你机器上的php.exe在这个位置么？&lt;b&gt;C:\php5\php.exe&lt;/b&gt;</description>
		<content:encoded><![CDATA[<p>你机器上的php.exe在这个位置么？<b>C:\php5\php.exe</b></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wen</title>
		<link>http://www.ooso.net/archives/197/comment-page-1#comment-23547</link>
		<dc:creator>wen</dc:creator>
		<pubDate>Fri, 30 May 2008 04:28:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.ooso.net/index.php/archives/197#comment-23547</guid>
		<description>你好！看了你php语法检查，确实很有用谢谢！
但是总觉得没吃都要调用cmd,有点丑，可否用QUICKFIX窗口输出
我在网上看了一篇文章 ，他是用quickfix输出，但是我试了一下，不行。
代码如下，你能否改改。谢谢
&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;
&quot; =&gt; Check PHP Syntax using makeprg
&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;

function! PhpCheckSyntax()
    &quot; Check php syntax
    setlocal makeprg=\&quot;C:\php5\php.exe\&quot;\ -l\ -n\ -d\ html_errors=off

    &quot; Set shellpipe
    setlocal shellpipe=&gt;

    &quot; Use error format for parsing PHP error output
    setlocal errorformat=%m\ in\ %f\ on\ line\ %l
    make %
endfunction

&quot; Perform :PhpCheckSyntax()
map  :call PhpCheckSyntax()
imap  :call PhpCheckSyntax()</description>
		<content:encoded><![CDATA[<p>你好！看了你php语法检查，确实很有用谢谢！<br />
但是总觉得没吃都要调用cmd,有点丑，可否用QUICKFIX窗口输出<br />
我在网上看了一篇文章 ，他是用quickfix输出，但是我试了一下，不行。<br />
代码如下，你能否改改。谢谢<br />
&#8220;&#8221;"&#8221;"&#8221;"&#8221;"&#8221;"&#8221;"&#8221;"&#8221;"&#8221;"&#8221;"&#8221;"&#8221;"&#8221;"&#8221;"&#8221;"&#8221;"&#8221;"&#8221;"&#8221;"&#8221;"&#8221;"&#8221;"&#8221;"&#8221;"&#8221;"&#8221;"<br />
&#8221; =&gt; Check PHP Syntax using makeprg<br />
&#8220;&#8221;"&#8221;"&#8221;"&#8221;"&#8221;"&#8221;"&#8221;"&#8221;"&#8221;"&#8221;"&#8221;"&#8221;"&#8221;"&#8221;"&#8221;"&#8221;"&#8221;"&#8221;"&#8221;"&#8221;"&#8221;"&#8221;"&#8221;"&#8221;"&#8221;"&#8221;"</p>
<p>function! PhpCheckSyntax()<br />
    &#8221; Check php syntax<br />
    setlocal makeprg=\&#8221;C:\php5\php.exe\&#8221;\ -l\ -n\ -d\ html_errors=off</p>
<p>    &#8221; Set shellpipe<br />
    setlocal shellpipe=&gt;</p>
<p>    &#8221; Use error format for parsing PHP error output<br />
    setlocal errorformat=%m\ in\ %f\ on\ line\ %l<br />
    make %<br />
endfunction</p>
<p>&#8221; Perform :PhpCheckSyntax()<br />
map  :call PhpCheckSyntax()<br />
imap  :call PhpCheckSyntax()</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: volcano</title>
		<link>http://www.ooso.net/archives/197/comment-page-1#comment-23345</link>
		<dc:creator>volcano</dc:creator>
		<pubDate>Tue, 20 May 2008 03:00:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.ooso.net/index.php/archives/197#comment-23345</guid>
		<description>我是这样理解的，如果你输入了=号，那就表示你要做代码自动缩进的操作，后面输入需要操作的行数范围即可</description>
		<content:encoded><![CDATA[<p>我是这样理解的，如果你输入了=号，那就表示你要做代码自动缩进的操作，后面输入需要操作的行数范围即可</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeffery</title>
		<link>http://www.ooso.net/archives/197/comment-page-1#comment-23344</link>
		<dc:creator>Jeffery</dc:creator>
		<pubDate>Tue, 20 May 2008 02:54:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.ooso.net/index.php/archives/197#comment-23344</guid>
		<description>嗯,可以了,我之前是输了:再输的=:1,$
但是这样搞,好像只做了缩进..不知道还有没有其他的参数..</description>
		<content:encoded><![CDATA[<p>嗯,可以了,我之前是输了:再输的=:1,$<br />
但是这样搞,好像只做了缩进..不知道还有没有其他的参数..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: volcano</title>
		<link>http://www.ooso.net/archives/197/comment-page-1#comment-23337</link>
		<dc:creator>volcano</dc:creator>
		<pubDate>Mon, 19 May 2008 16:24:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.ooso.net/index.php/archives/197#comment-23337</guid>
		<description>不需要装zendcodeanalyzer。

首先你需要跳到代码的第一行，然后再输入=:1,$</description>
		<content:encoded><![CDATA[<p>不需要装zendcodeanalyzer。</p>
<p>首先你需要跳到代码的第一行，然后再输入=:1,$</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeffery</title>
		<link>http://www.ooso.net/archives/197/comment-page-1#comment-23334</link>
		<dc:creator>Jeffery</dc:creator>
		<pubDate>Mon, 19 May 2008 11:37:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.ooso.net/index.php/archives/197#comment-23334</guid>
		<description>怎么我在vim中不能用你所说的   =:1,$ 来美化PHP代码呢?

难道要先装zendcodeanalyzer?</description>
		<content:encoded><![CDATA[<p>怎么我在vim中不能用你所说的   =:1,$ 来美化PHP代码呢?</p>
<p>难道要先装zendcodeanalyzer?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

