Home
last modified time | relevance | path

Searched refs:BitwiseNot (Results 1 – 7 of 7) sorted by relevance

/PHP-Parser/lib/PhpParser/Node/Expr/
H A DBitwiseNot.php7 class BitwiseNot extends Expr { class
/PHP-Parser/lib/PhpParser/
H A DConstExprEvaluator.php128 if ($expr instanceof Expr\BitwiseNot) {
H A DPrettyPrinterAbstract.php44 Expr\BitwiseNot::class => [ 10, -1, -1],
1385 …Expr\Clone_::class, Expr\BitwiseNot::class, Expr\BooleanNot::class, Expr\UnaryPlus::class, Expr\Un…
/PHP-Parser/lib/PhpParser/PrettyPrinter/
H A DStandard.php441 …protected function pExpr_BitwiseNot(Expr\BitwiseNot $node, int $precedence, int $lhsPrecedence): s…
442 … return $this->pPrefixOp(Expr\BitwiseNot::class, '~', $node->expr, $precedence, $lhsPrecedence);
/PHP-Parser/grammar/
H A Dphp.y1048 | '~' expr { $$ = Expr\BitwiseNot[$2]; }
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp8.php2307 …$self->semValue = new Expr\BitwiseNot($self->semStack[$stackPos-(2-2)], $self->getAttributes($self…
H A DPhp7.php2291 …$self->semValue = new Expr\BitwiseNot($self->semStack[$stackPos-(2-2)], $self->getAttributes($self…

Completed in 53 milliseconds