$defaultColors
$defaultColors :
CliDumper dumps variables for command line output.
dumpScalar(\Symfony\Component\VarDumper\Cloner\Cursor $cursor, $type, $value)
{@inheritdoc}
\Symfony\Component\VarDumper\Cloner\Cursor | $cursor | |
$type | ||
$value |
dumpString(\Symfony\Component\VarDumper\Cloner\Cursor $cursor, $str, $bin, $cut)
{@inheritdoc}
\Symfony\Component\VarDumper\Cloner\Cursor | $cursor | |
$str | ||
$bin | ||
$cut |
enterHash(\Symfony\Component\VarDumper\Cloner\Cursor $cursor, $type, $class, $hasChild)
{@inheritdoc}
\Symfony\Component\VarDumper\Cloner\Cursor | $cursor | |
$type | ||
$class | ||
$hasChild |
leaveHash(\Symfony\Component\VarDumper\Cloner\Cursor $cursor, $type, $class, $hasChild, $cut)
{@inheritdoc}
\Symfony\Component\VarDumper\Cloner\Cursor | $cursor | |
$type | ||
$class | ||
$hasChild | ||
$cut |
dumpEllipsis(\Symfony\Component\VarDumper\Cloner\Cursor $cursor, boolean $hasChild, integer $cut)
Dumps an ellipsis for cut children.
\Symfony\Component\VarDumper\Cloner\Cursor | $cursor | |
boolean | $hasChild | When the dump of the hash has child item |
integer | $cut | The number of items the hash has been cut by |
dumpKey(\Symfony\Component\VarDumper\Cloner\Cursor $cursor)
Dumps a key in a hash structure.
\Symfony\Component\VarDumper\Cloner\Cursor | $cursor |
endValue(\Symfony\Component\VarDumper\Cloner\Cursor $cursor)
\Symfony\Component\VarDumper\Cloner\Cursor | $cursor |
hasColorSupport(mixed $stream)
Returns true if the stream supports colorization.
Reference: Composer\XdebugHandler\Process::supportsColor https://github.com/composer/xdebug-handler
mixed | $stream | A CLI output stream |