CODE:

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

COMPLETIONS:

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