CODE:

<? class A { var $simpleField;
private $privateField;
protected $protectedField;
public $publicField;
static $staticField;
const CONSTANT_FIELD = 5;
} A::$s|  ?>

COMPLETIONS:

[FIELD_REF]{completion:$staticField, declSign:, declKey:, key:, name:$staticField, [154,156], relevance=10000}
