Home
last modified time | relevance | path

Searched refs:isFirstClassCallable (Results 1 – 3 of 3) sorted by relevance

/PHP-Parser/test/PhpParser/Node/Expr/
H A DCallableLikeTest.php14 public function testIsFirstClassCallable(CallLike $node, bool $isFirstClassCallable): void { argument
15 $this->assertSame($isFirstClassCallable, $node->isFirstClassCallable());
16 if (!$isFirstClassCallable) {
/PHP-Parser/lib/PhpParser/Node/Expr/
H A DCallLike.php21 public function isFirstClassCallable(): bool { function in PhpParser\\Node\\Expr\\CallLike
32 assert(!$this->isFirstClassCallable());
/PHP-Parser/
H A DCHANGELOG.md305 `Expr\CallLike`, which provides an `isFirstClassCallable()` method to determine whether a

Completed in 14 milliseconds