Searched refs:toCodeString (Results 1 – 6 of 6) sorted by relevance
42 public function toCodeString(): string { function in PhpParser\\Node\\Name\\FullyQualified
42 public function toCodeString(): string { function in PhpParser\\Node\\Name\\Relative
22 return $name->toCodeString();31 $nameContext->getShortName($name, $type)->toCodeString()
107 $this->assertSame('foo', $name->toCodeString());114 $this->assertSame('foo\bar', $name->toCodeString());121 $this->assertSame('\foo', $name->toCodeString());128 $this->assertSame('namespace\foo', $name->toCodeString());
124 public function toCodeString(): string { function in PhpParser\\Node\\Name
219 $length = strlen($possibleName->toCodeString());
Completed in 9 milliseconds