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

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

Count Diff
2 (67%)
1 (33%)
001- ------Test 1 - Set Prefetch after PL/SQL fetch ----------
003- Warning: oci_execute(): ORA-01001: %s
004- ORA-06512: at "SYSTEM.REFCURPKG", line %d
005- ORA-06512: at line %d in %s on line %d
006- Fetch Row from PL/SQL
007- int(0)
008- NULL
009- Fetch Row from PHP
010- array(2) {
011- [0]=>
012- string(1) "0"
013- [1]=>
014- string(5) "test0"
015- }
016- ------Test 2- Overwrite prefetch-----------
017- Fetch Row from PHP
018- array(2) {
019- [0]=>
020- string(1) "0"
021- [1]=>
022- string(5) "test0"
023- }
024- Fetch Row from PL/SQL
025- int(101)
026- string(%d) "test101"
027- Done