--TEST-- Bug #45458 (OCI8: Numeric keys for associative arrays are not handled properly) --SKIPIF-- --FILE-- ===DONE=== --EXPECT-- Test 1 array(1) { [0]=> array(2) { [u"a"]=> unicode(1) "X" [20]=> unicode(1) "X" } } array(2) { [u"a"]=> unicode(1) "X" [20]=> unicode(1) "X" } unicode(1) "X" unicode(1) "X" Test 2 array(2) { [u"a"]=> array(1) { [0]=> unicode(1) "X" } [20]=> array(1) { [0]=> unicode(1) "X" } } array(1) { [0]=> unicode(1) "X" } array(1) { [0]=> unicode(1) "X" } unicode(1) "X" unicode(1) "X" ===DONE===