DUMP_LIGHT_ARRAY
DUMP_LIGHT_ARRAY = 1
HtmlDumper dumps variables as HTML.
__construct(mixed $output = null, string $charset = null, int $flags) : mixed
mixed | $output | A line dumper callable, an opened stream or an output path, defaults to static::$defaultOutput |
string | $charset | The default character encoding to use for non-UTF8 strings |
int | $flags | A bit field of static::DUMP_* constants to fine tune dumps representation |
dumpEllipsis(\Symfony\Component\VarDumper\Cloner\Cursor $cursor, bool $hasChild, int $cut) : mixed
Dumps an ellipsis for cut children.
\Symfony\Component\VarDumper\Cloner\Cursor | $cursor | |
bool | $hasChild | When the dump of the hash has child item |
int | $cut | The number of items the hash has been cut by |