Constant tagua_parser::tokens::VAR [] [src]

pub const VAR: &'static [u8] = b"var"

The VAR token.

Represent the variable declaration operator (for old PHP versions), e.g. var $x = …;.