You are here

private property AbstractLexer::$peek in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/doctrine/lexer/lib/Doctrine/Common/Lexer/AbstractLexer.php \Doctrine\Common\Lexer\AbstractLexer::peek

Current peek of current lexer position.

Type: integer

File

vendor/doctrine/lexer/lib/Doctrine/Common/Lexer/AbstractLexer.php, line 64

Class

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

Namespace

Doctrine\Common\Lexer

Code

private $peek = 0;