芝麻web文件管理V1.00
编辑当前文件:/home/strato/chroot/opt/RZphp80/includes/test/Console_Table/tests/no_rows.phpt
--TEST-- Table without data --FILE-- setHeaders(array('foo', 'bar')); echo $table->getTable(); $table = new Console_Table(); echo $table->getTable(); ?> --EXPECT-- +-----+-----+ | foo | bar | +-----+-----+ | | | +-----+-----+