芝麻web文件管理V1.00
编辑当前文件:/home/strato/chroot/opt/RZphp5/includes/test/Var_Dump/renderer-table.phpt
--TEST-- Renderer : Table. --FILE-- 'The quick brown' . "\n" . 'fox jumped over' . "\n" . 'the lazy dog', 'key2' => & $linkedArray, 'key3' => NULL ); Var_Dump::displayInit( array('display_mode' => 'Table'), array( 'before_str_key' => '"', 'after_str_key' => '"', 'before_type' => '[', 'after_type' => ']' ) ); Var_Dump::display($array); ?> --EXPECT--
array(3)
"key1"
[string(44)]
The quick brown
fox jumped over
the lazy dog
"key2"
&array(3)
0
[bool]
true
1
[int]
123
2
[float]
123.45
"key3"
[NULL]