Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/
H A DComment.php6 protected string $text; variable in PhpParser\\Comment
23 string $text,
/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) {

Completed in 8 milliseconds