Home
last modified time | relevance | path

Searched refs:T_NUM_STRING (Results 1 – 3 of 3) sorted by path

/PHP-Parser/grammar/
H A Dphp.y50 %token T_NUM_STRING
1365 …| T_NUM_STRING { $$ = $this->parseNumString($1, attribute…
1366 …| '-' T_NUM_STRING { $$ = $this->parseNumString('-' . $2, att…
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp7.php85 public const T_NUM_STRING = 320; define in PhpParser\\Parser\\Php7
H A DPhp8.php85 public const T_NUM_STRING = 320; define in PhpParser\\Parser\\Php8

Completed in 30 milliseconds