--TEST-- Bug #51253 (oci_bind_array_by_name() array references) --SKIPIF-- true, 'timesten' => false); // test runs on these DBs require(dirname(__FILE__).'/skipif.inc'); ?> --FILE-- --EXPECT-- Test 1 array(5) { [0]=> string(4) "five" [1]=> string(4) "four" [2]=> string(5) "three" [3]=> string(3) "two" [4]=> string(3) "one" } array(5) { [0]=> string(4) "five" [1]=> string(4) "four" [2]=> string(5) "three" [3]=> string(3) "two" [4]=> string(3) "one" } Test 2 array(5) { [0]=> string(3) "one" [1]=> string(3) "two" [2]=> string(5) "three" [3]=> string(4) "four" [4]=> string(4) "five" } array(5) { [0]=> string(3) "one" [1]=> string(3) "two" [2]=> string(5) "three" [3]=> string(4) "four" [4]=> string(4) "five" } Test 3 array(5) { [0]=> string(4) "five" [1]=> string(4) "four" [2]=> string(5) "three" [3]=> string(3) "two" [4]=> string(3) "one" } array(5) { [0]=> string(4) "five" [1]=> string(4) "four" [2]=> string(5) "three" [3]=> string(3) "two" [4]=> string(3) "one" } Done