* @license http://www.gnu.org/licenses/gpl.html GPL-3 * @link https://github.com/flycheck/flycheck */ class A { private static $FOO = 2; /** Does nothing useful */ private function bar($baz) { $i=FALSE; } } ?>