Searched refs:T_NUM_STRING (Results 1 – 3 of 3) sorted by relevance
50 %token T_NUM_STRING1422 …| T_NUM_STRING { $$ = $this->parseNumString($1, attribute…1423 …| '-' T_NUM_STRING { $$ = $this->parseNumString('-' . $2, att…
85 public const T_NUM_STRING = 320; define in PhpParser\\Parser\\Php7
85 public const T_NUM_STRING = 320; define in PhpParser\\Parser\\Php8
Completed in 23 milliseconds