Home
last modified time | relevance | path

Searched refs:getParts (Results 1 – 4 of 4) sorted by relevance

/PHP-Parser/test/PhpParser/Node/
H A DNameTest.php21 $this->assertSame(['foo'], $name->getParts());
26 $this->assertSame(['foo', 'bar'], $name->getParts());
/PHP-Parser/lib/PhpParser/Node/
H A DName.php42 public function getParts(): array { function in PhpParser\\Node\\Name
/PHP-Parser/
H A DUPGRADE-5.0.md156 It is possible to convert the name to the previous representation using `$name->getParts()`. The
159 The `Name::getParts()` method is available since PHP-Parser 4.16.0, to allow libraries to support
H A DCHANGELOG.md156 than an array of parts separated by namespace separators. The `getParts()` method returns the old

Completed in 15 milliseconds