Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/Node/Expr/Cast/
H A DObject_.php7 class Object_ extends Cast { class
/PHP-Parser/lib/PhpParser/
H A DPrettyPrinterAbstract.php51 Cast\Object_::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.php508 …protected function pExpr_Cast_Object(Cast\Object_ $node, int $precedence, int $lhsPrecedence): str…
509 …return $this->pPrefixOp(Cast\Object_::class, '(object) ', $node->expr, $precedence, $lhsPrecedence…
/PHP-Parser/grammar/
H A Dphp.y1077 | T_OBJECT_CAST expr { $$ = Expr\Cast\Object_ [$2]; }
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp8.php2387 …$self->semValue = new Expr\Cast\Object_($self->semStack[$stackPos-(2-2)], $self->getAttributes($se…
H A DPhp7.php2371 …$self->semValue = new Expr\Cast\Object_($self->semStack[$stackPos-(2-2)], $self->getAttributes($se…

Completed in 48 milliseconds