Searched refs:T_COALESCE (Results 1 – 4 of 4) sorted by relevance
/PHP-Parser/test/PhpParser/Lexer/ | ||
H A D | EmulativeTest.php | 197 [\T_COALESCE, '??'], |
/PHP-Parser/grammar/ | ||
H A D | php.y | 16 %right T_COALESCE |
/PHP-Parser/lib/PhpParser/Parser/ | ||
H A D | Php7.php | 48 public const T_COALESCE = 283; define in PhpParser\\Parser\\Php7 |
H A D | Php8.php | 48 public const T_COALESCE = 283; define in PhpParser\\Parser\\Php8 |
Completed in 24 milliseconds