Home
last modified time | relevance | path

Searched refs:T_BOOLEAN_OR (Results 1 – 3 of 3) sorted by relevance

/PHP-Parser/grammar/
H A Dphp.y17 %left T_BOOLEAN_OR
980 … | expr T_BOOLEAN_OR expr { $$ = Expr\BinaryOp\BooleanOr [$1, $3]; }
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp8.php49 public const T_BOOLEAN_OR = 284; define in PhpParser\\Parser\\Php8
H A DPhp7.php49 public const T_BOOLEAN_OR = 284; define in PhpParser\\Parser\\Php7

Completed in 23 milliseconds