Home
last modified time | relevance | path

Searched defs:types (Results 1 – 3 of 3) sorted by relevance

/PHP-Parser/lib/PhpParser/Node/
H A DIntersectionType.php7 public array $types; variable in PhpParser\\Node\\IntersectionType
15 public function __construct(array $types, array $attributes = []) {
H A DUnionType.php7 public array $types; variable in PhpParser\\Node\\UnionType
15 public function __construct(array $types, array $attributes = []) {
/PHP-Parser/lib/PhpParser/Node/Stmt/
H A DCatch_.php10 public array $types; variable in PhpParser\\Node\\Stmt\\Catch_
25 array $types, ?Expr\Variable $var = null, array $stmts = [], array $attributes = []

Completed in 6 milliseconds