Home
last modified time | relevance | path

Searched refs:T_CURLY_OPEN (Results 1 – 4 of 4) sorted by relevance

/PHP-Parser/lib/PhpParser/Internal/
H A DTokenStream.php47 || $this->haveTokenImmediatelyBefore($startPos, T_CURLY_OPEN))
/PHP-Parser/grammar/
H A Dphp.y115 %token T_CURLY_OPEN
1416 | T_CURLY_OPEN variable '}' { $$ = $2; }
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp8.php154 public const T_CURLY_OPEN = 389; define in PhpParser\\Parser\\Php8
H A DPhp7.php154 public const T_CURLY_OPEN = 389; define in PhpParser\\Parser\\Php7

Completed in 24 milliseconds