[ Index ]

PHP Cross Reference of DokuWiki

title

Body

[close]

/_test/vendor/symfony/polyfill-php80/ -> PhpToken.php (summary)

(no description)

File Size: 103 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

PhpToken:: (6 methods):
  __construct()
  getTokenName()
  is()
  isIgnorable()
  __toString()
  tokenize()


Class: PhpToken  - X-Ref


__construct(int $id, string $text, int $line = -1, int $position = -1)   X-Ref


getTokenName()   X-Ref
No description

is($kind)   X-Ref

param: int|string|array $kind

isIgnorable()   X-Ref
No description

__toString()   X-Ref
No description

tokenize(string $code, int $flags = 0)   X-Ref

return: static[]