Searched defs:cond (Results 1 – 9 of 9) sorted by relevance
/PHP-Parser/lib/PhpParser/Node/Stmt/ |
H A D | Do_.php | 11 public Node\Expr $cond; variable in PhpParser\\Node\\Stmt\\Do_ 20 public function __construct(Node\Expr $cond, array $stmts = [], array $attributes = []) {
|
H A D | ElseIf_.php | 9 public Node\Expr $cond; variable in PhpParser\\Node\\Stmt\\ElseIf_ 20 public function __construct(Node\Expr $cond, array $stmts = [], array $attributes = []) {
|
H A D | Case_.php | 9 public ?Node\Expr $cond; variable in PhpParser\\Node\\Stmt\\Case_ 20 public function __construct(?Node\Expr $cond, array $stmts = [], array $attributes = []) {
|
H A D | While_.php | 9 public Node\Expr $cond; variable in PhpParser\\Node\\Stmt\\While_ 20 public function __construct(Node\Expr $cond, array $stmts = [], array $attributes = []) {
|
H A D | Switch_.php | 9 public Node\Expr $cond; variable in PhpParser\\Node\\Stmt\\Switch_ 20 public function __construct(Node\Expr $cond, array $cases, array $attributes = []) {
|
H A D | If_.php | 9 public Node\Expr $cond; variable in PhpParser\\Node\\Stmt\\If_ 31 public function __construct(Node\Expr $cond, array $subNodes = [], array $attributes = []) {
|
H A D | For_.php | 11 public array $cond; variable in PhpParser\\Node\\Stmt\\For_
|
/PHP-Parser/lib/PhpParser/Node/Expr/ |
H A D | Match_.php | 10 public Node\Expr $cond; variable in PhpParser\\Node\\Expr\\Match_ 19 public function __construct(Node\Expr $cond, array $arms = [], array $attributes = []) {
|
H A D | Ternary.php | 9 public Expr $cond; variable in PhpParser\\Node\\Expr\\Ternary 23 public function __construct(Expr $cond, ?Expr $if, Expr $else, array $attributes = []) {
|
Completed in 7 milliseconds