Skip to content

Instantly share code, notes, and snippets.

@akrabat
Created December 12, 2011 21:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akrabat/1469311 to your computer and use it in GitHub Desktop.
Save akrabat/1469311 to your computer and use it in GitHub Desktop.
Simple phptags test file
<?php
class
Test // This is my test [2011]
{
public $foo;
protected $bar;
static public $baz;
public function a($b, $c)
{
}
public static function b($d, $e)
{
}
}
$test = new Test();
$test->a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment