Searched refs:isStatic (Results 1 – 6 of 6) sorted by relevance
26 $this->assertFalse($node->isStatic());38 $this->assertTrue($node->isStatic());
30 $this->assertFalse($node->isStatic());
72 public function isStatic(): bool { function in PhpParser\\Node\\Stmt\\Property
140 public function isStatic(): bool { function in PhpParser\\Node\\Stmt\\ClassMethod
66 * The `ClassConst::isStatic()` method has been removed. Constants cannot have a static modifier.
814 * The `ClassConst::isStatic()` method has been removed. Constants cannot have a static modifier.
Completed in 9 milliseconds