芝麻web文件管理V1.00
编辑当前文件:/home/strato/chroot/opt/RZphp5/includes/test/Var_Dump/renderer-html4_table.phpt
--TEST-- Renderer : HTML4_Table. --FILE-- 'The quick brown' . "\n" . 'fox jumped over' . "\n" . 'the lazy dog', 'key2' => & $linkedArray, 'key3' => NULL ); Var_Dump::displayInit(array('display_mode' => 'HTML4_Table')); 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