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
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 228
static
dumpException(Exception $e)
internal |
No description
at line 319
static string
saveOutput($testFile, $content, $suffix = '')
internal |
Dumps data to folder 'output'.
at line 335
static string
color($color = NULL, $s = NULL)
Applies color to string.
at line 350
static
removeColors($s)
No description