EOF_TYPE
EOF_TYPE = -1
Represents a Token.
test(array|string|integer $type, array|string|null $values = null) : boolean
Tests the current token for a type and/or a value.
Parameters may be:
array|string|integer | $type | The type to test |
array|string|null | $values | The token value |
Loading…