Home
last modified time | relevance | path

Searched refs:T_LNUMBER (Results 1 – 5 of 5) sorted by relevance

/PHP-Parser/test/PhpParser/Lexer/
H A DEmulativeTest.php200 [\T_LNUMBER, '0b1010110'],
264 [\T_LNUMBER, '1_000'],
267 [\T_LNUMBER, '0x7AFE_F00D'],
270 [\T_LNUMBER, '0b0101_1111'],
273 [\T_LNUMBER, '0137_041'],
300 [\T_LNUMBER, '1_000'],
302 [\T_LNUMBER, '1'],
305 [\T_LNUMBER, '1_0'],
368 [\T_LNUMBER, '0o123'],
371 [\T_LNUMBER, '0O123'],
[all …]
/PHP-Parser/lib/PhpParser/Lexer/TokenEmulator/
H A DExplicitOctalEmulator.php20 if ($token->id == \T_LNUMBER && $token->text === '0' &&
38 return is_float($num) ? \T_DNUMBER : \T_LNUMBER;
/PHP-Parser/grammar/
H A Dphp.y45 %token T_LNUMBER
1192 T_LNUMBER
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp8.php80 public const T_LNUMBER = 315; define in PhpParser\\Parser\\Php8
H A DPhp7.php80 public const T_LNUMBER = 315; define in PhpParser\\Parser\\Php7

Completed in 22 milliseconds