--TEST-- ocifetchinto() --SKIPIF-- --FILE-- --EXPECT-- int(5) array(2) { [0]=> unicode(1) "1" [1]=> unicode(1) "1" } int(5) array(10) { [0]=> unicode(1) "1" [u"ID"]=> unicode(1) "1" [1]=> unicode(1) "1" [u"VALUE"]=> unicode(1) "1" [2]=> NULL [u"BLOB"]=> NULL [3]=> NULL [u"CLOB"]=> NULL [4]=> NULL [u"STRING"]=> NULL } Done