Home
last modified time | relevance | path

Searched refs:T_CONSTANT_ENCAPSED_STRING (Results 1 – 7 of 7) sorted by relevance

/PHP-Parser/test/PhpParser/
H A DLexerTest.php104 new Token(T_CONSTANT_ENCAPSED_STRING, '"a"', 1, 6),
111 new Token(T_CONSTANT_ENCAPSED_STRING, '"b"', 5, 26),
H A DParserTestAbstract.php200 new Token(\T_CONSTANT_ENCAPSED_STRING, '"Foo"', 1, 11),
/PHP-Parser/lib/PhpParser/Internal/
H A DTokenStream.php230 if ($id === \T_CONSTANT_ENCAPSED_STRING || $id === \T_ENCAPSED_AND_WHITESPACE) {
/PHP-Parser/test/PhpParser/Lexer/
H A DEmulativeTest.php151 new Token(\T_CONSTANT_ENCAPSED_STRING, $stringifiedToken, 1, 6),
/PHP-Parser/grammar/
H A Dphp.y53 %token T_CONSTANT_ENCAPSED_STRING
1235 | T_CONSTANT_ENCAPSED_STRING
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp7.php88 public const T_CONSTANT_ENCAPSED_STRING = 323; define in PhpParser\\Parser\\Php7
H A DPhp8.php88 public const T_CONSTANT_ENCAPSED_STRING = 323; define in PhpParser\\Parser\\Php8

Completed in 32 milliseconds