--TEST-- Test oci_fetch_all with 0 and -1 skip & maxrows --SKIPIF-- --FILE-- ===DONE=== --EXPECTF-- Test 1 int(3) array(2) { [%u|b%"MYCOL1"]=> array(3) { [0]=> %unicode|string%(1) "1" [1]=> %unicode|string%(1) "2" [2]=> %unicode|string%(1) "3" } [%u|b%"MYCOL2"]=> array(3) { [0]=> %unicode|string%(3) "abc" [1]=> %unicode|string%(3) "def" [2]=> %unicode|string%(3) "ghi" } } Test 1 int(3) array(2) { [%u|b%"MYCOL1"]=> array(3) { [0]=> %unicode|string%(1) "1" [1]=> %unicode|string%(1) "2" [2]=> %unicode|string%(1) "3" } [%u|b%"MYCOL2"]=> array(3) { [0]=> %unicode|string%(3) "abc" [1]=> %unicode|string%(3) "def" [2]=> %unicode|string%(3) "ghi" } } Test 3 int(0) array(0) { } ===DONE===