Mercurial > hg > isophonics-drupal-site
comparison vendor/symfony/var-dumper/Dumper/AbstractDumper.php @ 18:af1871eacc83
Update to Drupal core 8.7.1
author | Chris Cannam |
---|---|
date | Thu, 09 May 2019 15:33:08 +0100 |
parents | 129ea1e6d783 |
children |
comparison
equal
deleted
inserted
replaced
17:129ea1e6d783 | 18:af1871eacc83 |
---|---|
37 | 37 |
38 private $charset; | 38 private $charset; |
39 | 39 |
40 /** | 40 /** |
41 * @param callable|resource|string|null $output A line dumper callable, an opened stream or an output path, defaults to static::$defaultOutput | 41 * @param callable|resource|string|null $output A line dumper callable, an opened stream or an output path, defaults to static::$defaultOutput |
42 * @param string $charset The default character encoding to use for non-UTF8 strings | 42 * @param string|null $charset The default character encoding to use for non-UTF8 strings |
43 * @param int $flags A bit field of static::DUMP_* constants to fine tune dumps representation | 43 * @param int $flags A bit field of static::DUMP_* constants to fine tune dumps representation |
44 */ | 44 */ |
45 public function __construct($output = null, $charset = null, $flags = 0) | 45 public function __construct($output = null, $charset = null, $flags = 0) |
46 { | 46 { |
47 $this->flags = (int) $flags; | 47 $this->flags = (int) $flags; |