dump_var

Dumps a variable for debugging purposes.

Example

1
{{ $a | dump_var }}

Input

Type Parameter Description Required
mixed variable The variable to dump. Comes before the | sign. Required

Output

Type Description
string The dumped variable as a string