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

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

Count Diff
2 (67%)
1 (33%)
001+
001- ------Test 1- Check Roundtrips with prefetch 0 and 5 -----------
002- array(2) {
003- [0]=>
004- string(1) "0"
005- [1]=>
006- string(5) "test0"
007- }
008- array(2) {
009- [0]=>
010- string(1) "1"
011- [1]=>
012- string(5) "test1"
013- }
014- array(2) {
015- [0]=>
016- string(1) "2"
017- [1]=>
018- string(5) "test2"
019- }
020- array(2) {
021- [0]=>
022- string(1) "3"
023- [1]=>
024- string(5) "test3"
025- }
026- array(2) {
027- [0]=>
028- string(1) "4"
029- [1]=>
030- string(5) "test4"
031- }
032- Number of roundtrips made with prefetch count 0 for 5 rows is 6
033- array(2) {
034- [0]=>
035- string(1) "5"
036- [1]=>
037- string(5) "test5"
038- }
039- array(2) {
040- [0]=>
041- string(1) "6"
042- [1]=>
043- string(5) "test6"
044- }
045- array(2) {
046- [0]=>
047- string(1) "7"
048- [1]=>
049- string(5) "test7"
050- }
051- array(2) {
052- [0]=>
053- string(1) "8"
054- [1]=>
055- string(5) "test8"
056- }
057- array(2) {
058- [0]=>
059- string(1) "9"
060- [1]=>
061- string(5) "test9"
062- }
063- Number of roundtrips made with prefetch count 5 for 5 rows is 2
064- ------Test 2 - Set Prefetch before PL/SQL fetch ----------
065- Fetch Row from PHP
066- array(2) {
067- [0]=>
068- string(1) "0"
069- [1]=>
070- string(5) "test0"
071- }
072- Fetch Row from PL/SQL
073- int(101)
074- string(%d) "test101"
075- Done