Home
last modified time | relevance | path

Searched refs:isStatic (Results 1 – 6 of 6) sorted by relevance

/PHP-Parser/test/PhpParser/Node/Stmt/
H A DPropertyTest.php26 $this->assertFalse($node->isStatic());
38 $this->assertTrue($node->isStatic());
H A DClassMethodTest.php30 $this->assertFalse($node->isStatic());
/PHP-Parser/lib/PhpParser/Node/Stmt/
H A DProperty.php72 public function isStatic(): bool { function in PhpParser\\Node\\Stmt\\Property
H A DClassMethod.php140 public function isStatic(): bool { function in PhpParser\\Node\\Stmt\\ClassMethod
/PHP-Parser/
H A DUPGRADE-4.0.md66 * The `ClassConst::isStatic()` method has been removed. Constants cannot have a static modifier.
H A DCHANGELOG.md814 * The `ClassConst::isStatic()` method has been removed. Constants cannot have a static modifier.

Completed in 9 milliseconds