Home
last modified time | relevance | path

Searched defs:text (Results 1 – 3 of 3) sorted by relevance

/PHP-Parser/lib/PhpParser/Internal/
H A DTokenPolyfill.php22 public string $text; variable in PhpParser\\Internal\\TokenPolyfill
42 final public function __construct(int $id, string $text, int $line = -1, int $pos = -1) {
/PHP-Parser/test/PhpParser/
H A DTokenTest.php26 public function testIsIgnorable(int $id, string $text, bool $isIgnorable): void {
/PHP-Parser/lib/PhpParser/
H A DComment.php6 protected string $text; variable in PhpParser\\Comment
23 string $text,

Completed in 5 milliseconds