Searched refs:T_LOGICAL_OR (Results 1 – 4 of 4) sorted by relevance
227 …\T_INCLUDE, \T_INCLUDE_ONCE, \T_EVAL, \T_REQUIRE, \T_REQUIRE_ONCE, \T_LOGICAL_OR, \T_LOGICAL_XOR, …
7 %left T_LOGICAL_OR151 …T_INCLUDE | T_INCLUDE_ONCE | T_EVAL | T_REQUIRE | T_REQUIRE_ONCE | T_LOGICAL_OR | T_LOGICAL_XOR | …1030 … | expr T_LOGICAL_OR expr { $$ = Expr\BinaryOp\LogicalOr [$1, $3]; }
28 public const T_LOGICAL_OR = 263; define in PhpParser\\Parser\\Php7
28 public const T_LOGICAL_OR = 263; define in PhpParser\\Parser\\Php8
Completed in 26 milliseconds