Searched refs:T_CURLY_OPEN (Results 1 – 4 of 4) sorted by relevance
47 || $this->haveTokenImmediatelyBefore($startPos, T_CURLY_OPEN))
115 %token T_CURLY_OPEN1417 | T_CURLY_OPEN variable '}' { $$ = $2; }
154 public const T_CURLY_OPEN = 389; define in PhpParser\\Parser\\Php7
154 public const T_CURLY_OPEN = 389; define in PhpParser\\Parser\\Php8
Completed in 23 milliseconds