Searched defs:text (Results 1 – 3 of 3) sorted by relevance
22 public string $text; variable in PhpParser\\Internal\\TokenPolyfill42 final public function __construct(int $id, string $text, int $line = -1, int $pos = -1) {
26 public function testIsIgnorable(int $id, string $text, bool $isIgnorable): void {
6 protected string $text; variable in PhpParser\\Comment23 string $text,
Completed in 5 milliseconds