Searched refs:conds (Results 1 – 4 of 4) sorted by relevance
10 public ?array $conds; variable in PhpParser\\Node\\MatchArm17 public function __construct(?array $conds, Node\Expr $body, array $attributes = []) { argument18 $this->conds = $conds;
19 conds: array(29 conds: array(63 conds: array(102 conds: array(146 conds: array(156 conds: null186 conds: array(199 conds: null
28 $stmts[0]->expr->expr->arms[0]->conds[] = new Scalar\LNumber(3);69 $stmts[0]->expr->expr->arms[0]->conds = [new Scalar\LNumber(1)];85 $stmts[0]->expr->expr->arms[0]->conds = null;
674 if ($node->conds) {675 for ($i = 0, $c = \count($node->conds); $i + 1 < $c; $i++) {676 $result .= $this->p($node->conds[$i]) . ', ';678 $result .= $this->pKey($node->conds[$i]);
Completed in 16 milliseconds