Home
last modified time | relevance | path

Searched refs:Bool_ (Results 1 – 6 of 6) sorted by relevance

/PHP-Parser/lib/PhpParser/Node/Expr/Cast/
H A DBool_.php7 class Bool_ extends Cast { class
/PHP-Parser/lib/PhpParser/
H A DPrettyPrinterAbstract.php52 Cast\Bool_::class => [ 10, -1, -1],
1387 Cast\Object_::class, Cast\Bool_::class, Cast\Unset_::class, Expr\ErrorSuppress::class,
/PHP-Parser/lib/PhpParser/PrettyPrinter/
H A DStandard.php512 …protected function pExpr_Cast_Bool(Cast\Bool_ $node, int $precedence, int $lhsPrecedence): string {
513 … return $this->pPrefixOp(Cast\Bool_::class, '(bool) ', $node->expr, $precedence, $lhsPrecedence);
/PHP-Parser/grammar/
H A Dphp.y1079 | T_BOOL_CAST expr { $$ = Expr\Cast\Bool_ [$2]; }
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp7.php2383 …$self->semValue = new Expr\Cast\Bool_($self->semStack[$stackPos-(2-2)], $self->getAttributes($self…
H A DPhp8.php2385 …$self->semValue = new Expr\Cast\Bool_($self->semStack[$stackPos-(2-2)], $self->getAttributes($self…

Completed in 37 milliseconds