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.y111 %token T_CURLY_OPEN
1371 | T_CURLY_OPEN variable '}' { $$ = $2; }
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp7.php150 public const T_CURLY_OPEN = 385; define in PhpParser\\Parser\\Php7
H A DPhp8.php150 public const T_CURLY_OPEN = 385; define in PhpParser\\Parser\\Php8

Completed in 28 milliseconds