Home
last modified time | relevance | path

Searched refs:T_COALESCE (Results 1 – 4 of 4) sorted by relevance

/PHP-Parser/test/PhpParser/Lexer/
H A DEmulativeTest.php197 [\T_COALESCE, '??'],
/PHP-Parser/grammar/
H A Dphp.y16 %right T_COALESCE
1063 | expr T_COALESCE expr { $$ = Expr\BinaryOp\Coalesce[$1, $3]; }
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp7.php48 public const T_COALESCE = 283; define in PhpParser\\Parser\\Php7
H A DPhp8.php48 public const T_COALESCE = 283; define in PhpParser\\Parser\\Php8

Completed in 27 milliseconds