--TEST-- sqlite: Simple insert/select, different result represenatation --INI-- sqlite.assoc_case=0 --SKIPIF-- --FILE-- --EXPECT-- array(6) { [0]=> string(10) "2002-01-02" ["c1"]=> string(10) "2002-01-02" [1]=> string(8) "12:49:00" ["c2"]=> string(8) "12:49:00" [2]=> NULL ["c3"]=> NULL } array(3) { [0]=> string(10) "2002-01-02" [1]=> string(8) "12:49:00" [2]=> NULL } array(3) { ["c1"]=> string(10) "2002-01-02" ["c2"]=> string(8) "12:49:00" ["c3"]=> NULL }