Test: /ext/oci8/tests/refcur_prefetch_3.phpt - Version 5.5.4    

There are 2 different diffs reported by users for this test.

Count Diff
2 (67%)
1 (33%)
001+
001- -----------------------------------------------
002- Test with Nested Cursors
003- -----------------------------------------------
004- Fetch Row using Nested cursor Query
005- array(1) {
006- [0]=>
007- %unicode|string%(%d) "test0"
008- }
009- Fetch Row using Nested cursor Query
010- array(1) {
011- [0]=>
012- %unicode|string%(%d) "test1"
013- }
014- Fetch Row using Nested cursor Query
015- array(1) {
016- [0]=>
017- %unicode|string%(%d) "test2"
018- }
019- Fetch Row using Nested cursor Query
020- array(1) {
021- [0]=>
022- %unicode|string%(%d) "test3"
023- }
024- Fetch Row using Nested cursor Query
025- array(1) {
026- [0]=>
027- %unicode|string%(%d) "test4"
028- }
029- Fetch Row using Nested cursor Query
030- array(1) {
031- [0]=>
032- %unicode|string%(%d) "test5"
033- }
034- Fetch Row using Nested cursor Query
035- array(1) {
036- [0]=>
037- %unicode|string%(%d) "test6"
038- }
039- Fetch Row using Nested cursor Query
040- array(1) {
041- [0]=>
042- %unicode|string%(%d) "test7"
043- }
044- Fetch Row using Nested cursor Query
045- array(1) {
046- [0]=>
047- %unicode|string%(%d) "test8"
048- }
049- Fetch Row using Nested cursor Query
050- array(1) {
051- [0]=>
052- %unicode|string%(%d) "test9"
053- }
054- Number of roundtrips made with prefetch count 5 for 10 rows is 3
055- Done