Home
last modified time | relevance | path

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

/PHP-Parser/grammar/
H A Dphp.y18 %left T_BOOLEAN_AND
981 … | expr T_BOOLEAN_AND expr { $$ = Expr\BinaryOp\BooleanAnd[$1, $3]; }
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp8.php50 public const T_BOOLEAN_AND = 285; define in PhpParser\\Parser\\Php8
H A DPhp7.php50 public const T_BOOLEAN_AND = 285; define in PhpParser\\Parser\\Php7

Completed in 25 milliseconds