private property Lexer::$peek

Type: integer Current peek of current lexer position

File

drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Lexer.php, line 46

Class

Lexer
Base class for writing simple lexers, i.e. for creating small DSLs.

Namespace

Doctrine\Common

Code

private $peek = 0;