Dumper
class Dumper
Dumps PHP variables.
Properties
static | $maxLength | ||
static | $maxDepth | ||
static | $dumpDir | ||
static | $maxPathSegments |
Methods
static string
toLine($var)
Dumps information about a variable in readable format.
static string
toPhp($var)
Dumps variable in PHP format.
static
dumpException($e)
No description
static string
saveOutput($testFile, $content, $suffix = '')
Dumps data to folder 'output'.
static string
color($color = NULL, $s = NULL)
Applies color to string.
static
removeColors($s)
No description
Details
at line 26
static string
toLine($var)
Dumps information about a variable in readable format.
at line 114
static string
toPhp($var)
Dumps variable in PHP format.
at line 231
static
dumpException($e)
internal |
No description
at line 322
static string
saveOutput($testFile, $content, $suffix = '')
internal |
Dumps data to folder 'output'.
at line 338
static string
color($color = NULL, $s = NULL)
Applies color to string.
at line 353
static
removeColors($s)
No description