--TEST-- various ocifetchinto() tests --SKIPIF-- true, 'timesten' => false); // test runs on these DBs require(dirname(__FILE__).'/skipif.inc'); ?> --FILE-- --EXPECT-- int(5) array(2) { [0]=> string(1) "1" [1]=> string(1) "1" } int(5) array(2) { ["ID"]=> string(1) "1" ["VALUE"]=> string(1) "1" } int(5) array(5) { [0]=> string(1) "1" [1]=> string(1) "1" [2]=> NULL [3]=> NULL [4]=> NULL } int(5) array(2) { [0]=> string(1) "1" [1]=> string(1) "1" } int(5) array(4) { [0]=> string(1) "1" ["ID"]=> string(1) "1" [1]=> string(1) "1" ["VALUE"]=> string(1) "1" } int(5) array(10) { [0]=> string(1) "1" ["ID"]=> string(1) "1" [1]=> string(1) "1" ["VALUE"]=> string(1) "1" [2]=> NULL ["BLOB"]=> NULL [3]=> NULL ["CLOB"]=> NULL [4]=> NULL ["STRING"]=> NULL } int(5) array(10) { [0]=> string(1) "1" ["ID"]=> string(1) "1" [1]=> string(1) "1" ["VALUE"]=> string(1) "1" [2]=> NULL ["BLOB"]=> NULL [3]=> NULL ["CLOB"]=> NULL [4]=> NULL ["STRING"]=> NULL } int(5) array(5) { [0]=> string(1) "1" [1]=> string(1) "1" [2]=> NULL [3]=> NULL [4]=> NULL } int(5) array(5) { ["ID"]=> string(1) "1" ["VALUE"]=> string(1) "1" ["BLOB"]=> NULL ["CLOB"]=> NULL ["STRING"]=> NULL } int(5) array(5) { [0]=> string(1) "1" [1]=> string(1) "1" [2]=> NULL [3]=> NULL [4]=> NULL } Done