JSONをそれっぽく可視化します。PHPのjson_decode関数でデコードし、var_dumpとそれっぽい独自関数で表示。
array(3) { [0]=> int(1) [1]=> int(2) [2]=> array(1) { ["a"]=> int(1) } }