Home
last modified time | relevance | path

Searched defs:else (Results 1 – 2 of 2) sorted by relevance

/PHP-Parser/lib/PhpParser/Node/Expr/
H A DTernary.php13 public Expr $else; variable in PhpParser\\Node\\Expr\\Ternary
23 public function __construct(Expr $cond, ?Expr $if, Expr $else, array $attributes = []) {
/PHP-Parser/lib/PhpParser/Node/Stmt/
H A DIf_.php15 public ?Else_ $else; variable in PhpParser\\Node\\Stmt\\If_

Completed in 3 milliseconds