<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Tue, 21 May 2013 17:31:58 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Sebastian Bergmann's Blog: Using HipHop for Static Analysis]]></title>
      <guid>http://www.phpdeveloper.org/news/14857</guid>
      <link>http://www.phpdeveloper.org/news/14857</link>
      <description><![CDATA[<p>
In a new blog entry today <i>Sebastian Bergmann</i> quickly shows a method of <a href="http://sebastian-bergmann.de/archives/894-Using-HipHop-for-Static-Analysis.html">performing some code analysis</a> on code transformed by <a href="http://sebastian-bergmann.de/archives/880-My-Take-on-Facebooks-HipHop-for-PHP.html">HipHop for PHP</a>.
</p>
<blockquote>
<a href="http://sebastian-bergmann.de/archives/880-My-Take-on-Facebooks-HipHop-for-PHP.html">HipHop for PHP</a>, the source code transformer that turns PHP code into C++ code that can then be compiled with g++, can also be used for <a href="http://en.wikipedia.org/wiki/Static_code_analysis">static code analysis</a> to find problems in PHP source code.
</blockquote>
<p>
He includes a script that creates an XML document that both <a href="http://checkstyle.sourceforge.net/">Checkstyle</a> and <a href="http://pear.php.net/package/PHP_CodeSniffer">PHP_CodeSniffer</a> can use to check for a valid format on his sample "CodeErrors.js" file. He includes the script to create this XML file.
</p>]]></description>
      <pubDate>Tue, 27 Jul 2010 10:13:51 -0500</pubDate>
    </item>
  </channel>
</rss>
