Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/Internal/
H A DTokenPolyfill.php20 public int $id; variable in PhpParser\\Internal\\TokenPolyfill
42 final public function __construct(int $id, string $text, int $line = -1, int $pos = -1) {
/PHP-Parser/lib/PhpParser/
H A DPhpVersion.php10 public int $id; variable in PhpParser\\PhpVersion
30 private function __construct(int $id) {
/PHP-Parser/test/PhpParser/
H A DTokenTest.php26 public function testIsIgnorable(int $id, string $text, bool $isIgnorable) {

Completed in 14 milliseconds