Searched refs:FINAL (Results 1 – 25 of 30) sorted by relevance
12
11 flags: FINAL (32)
33 flags: FINAL | READONLY (96)
75 flags: FINAL (32)103 flags: STATIC | FINAL (40)
193 flags: FINAL (32)226 flags: ABSTRACT | FINAL (48)247 flags: ABSTRACT | FINAL (48)
26 flags: PUBLIC | FINAL (33)
92 flags: FINAL (32)
166 flags: PUBLIC | FINAL (33)
190 flags: FINAL (32)
15 public const FINAL = 32; define in PhpParser\\Modifiers31 self::FINAL => 'final',
182 if ($flags & Modifiers::FINAL) {
71 return (bool) ($this->flags & Modifiers::FINAL);
77 return (bool) ($this->flags & Modifiers::FINAL);
134 return (bool) ($this->flags & Modifiers::FINAL);
15 const TRAIT = 3, FINAL = 4;33 Test::FINAL;171 name: FINAL356 name: FINAL
97 $this->flags = BuilderHelpers::addModifier($this->flags, Modifiers::FINAL);
90 $this->flags = BuilderHelpers::addModifier($this->flags, Modifiers::FINAL);
83 $this->flags = BuilderHelpers::addClassModifier($this->flags, Modifiers::FINAL);
110 $this->flags = BuilderHelpers::addModifier($this->flags, Modifiers::FINAL);
72 $stmts[0]->stmts[0]->hooks[0]->flags = Modifiers::FINAL;
19 $class = new Class_('Foo', ['type' => Modifiers::FINAL]);
65 'flags' => Modifiers::FINAL
79 Modifiers::FINAL
48 'flags' => Modifiers::PROTECTED | Modifiers::FINAL
83 new Stmt\Property(Modifiers::FINAL, [new PropertyItem('test')]),
518 | T_FINAL { $$ = Modifiers::FINAL; }921 | T_FINAL { $$ = Modifiers::FINAL; }
Completed in 20 milliseconds