Mercurial > hg > isophonics-drupal-site
comparison vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp.php @ 16:c2387f117808
Routine composer update
author | Chris Cannam |
---|---|
date | Tue, 10 Jul 2018 15:07:59 +0100 |
parents | 5fb285c0d0e3 |
children |
comparison
equal
deleted
inserted
replaced
15:e200cb7efeb3 | 16:c2387f117808 |
---|---|
10 public $left; | 10 public $left; |
11 /** @var Expr The right hand side expression */ | 11 /** @var Expr The right hand side expression */ |
12 public $right; | 12 public $right; |
13 | 13 |
14 /** | 14 /** |
15 * Constructs a bitwise and node. | 15 * Constructs a binary operator node. |
16 * | 16 * |
17 * @param Expr $left The left hand side expression | 17 * @param Expr $left The left hand side expression |
18 * @param Expr $right The right hand side expression | 18 * @param Expr $right The right hand side expression |
19 * @param array $attributes Additional attributes | 19 * @param array $attributes Additional attributes |
20 */ | 20 */ |