Home
last modified time | relevance | path

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

/PHP-Parser/grammar/
H A Dphp.y14 …S_EQUAL T_MUL_EQUAL T_DIV_EQUAL T_CONCAT_EQUAL T_MOD_EQUAL T_AND_EQUAL T_OR_EQUAL T_XOR_EQUAL T_SL…
1017 … | variable T_OR_EQUAL expr { $$ = Expr\AssignOp\BitwiseOr [$1, $3]; }
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp8.php42 public const T_OR_EQUAL = 277; define in PhpParser\\Parser\\Php8
H A DPhp7.php42 public const T_OR_EQUAL = 277; define in PhpParser\\Parser\\Php7

Completed in 38 milliseconds