PHP Class PhpCss\Exception\Parser
A parse error occurs if certain tokens are expected for further parsing, but
none of them are found on the token stream
Exibir arquivo
Open project: ThomasWeinert/PhpCss
Class Usage Examples
Protected Properties
Property |
Type |
Description |
|
$_expectedTokens |
array(PhpCss\Scanner\Token) |
An array of tokens which would have been expected to be found. |
|
Public Methods
Method Details
getExpected()
public method
Property Details
$_expectedTokens protected_oe property
An array of tokens which would have been expected to be found.
protected array(PhpCss\Scanner\Token) $_expectedTokens |
return |
array(PhpCss\Scanner\Token) |
|