Searched refs:T_CONSTANT_ENCAPSED_STRING (Results 1 – 7 of 7) sorted by relevance
/PHP-Parser/test/PhpParser/ |
H A D | LexerTest.php | 104 new Token(T_CONSTANT_ENCAPSED_STRING, '"a"', 1, 6), 111 new Token(T_CONSTANT_ENCAPSED_STRING, '"b"', 5, 26),
|
H A D | ParserTestAbstract.php | 200 new Token(\T_CONSTANT_ENCAPSED_STRING, '"Foo"', 1, 11),
|
/PHP-Parser/lib/PhpParser/Internal/ |
H A D | TokenStream.php | 230 if ($id === \T_CONSTANT_ENCAPSED_STRING || $id === \T_ENCAPSED_AND_WHITESPACE) {
|
/PHP-Parser/test/PhpParser/Lexer/ |
H A D | EmulativeTest.php | 151 new Token(\T_CONSTANT_ENCAPSED_STRING, $stringifiedToken, 1, 6),
|
/PHP-Parser/grammar/ |
H A D | php.y | 53 %token T_CONSTANT_ENCAPSED_STRING 1235 | T_CONSTANT_ENCAPSED_STRING
|
/PHP-Parser/lib/PhpParser/Parser/ |
H A D | Php7.php | 88 public const T_CONSTANT_ENCAPSED_STRING = 323; define in PhpParser\\Parser\\Php7
|
H A D | Php8.php | 88 public const T_CONSTANT_ENCAPSED_STRING = 323; define in PhpParser\\Parser\\Php8
|
Completed in 32 milliseconds