Test: /ext/oci8/tests/lob_038.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: CLOB
002- bool(true)
003- bool(true)
004- bool(true)
005- bool(true)
006- array(1) {
007- ["CLOB"]=>
008- array(3) {
009- [0]=>
010- string(11) "clob test 1"
011- [1]=>
012- string(11) "clob test 2"
013- [2]=>
014- string(11) "clob test 3"
015- }
016- }
017- Test 1b
018- bool(true)
019- array(1) {
020- ["CLOB"]=>
021- object(OCI-Lob)#2 (1) {
022- ["descriptor"]=>
023- resource(%d) of type (oci8 descriptor)
024- }
025- }
026- string(11) "clob test 1"
027- array(1) {
028- ["CLOB"]=>
029- object(OCI-Lob)#3 (1) {
030- ["descriptor"]=>
031- resource(%d) of type (oci8 descriptor)
032- }
033- }
034- string(11) "clob test 2"
035- array(1) {
036- ["CLOB"]=>
037- object(OCI-Lob)#2 (1) {
038- ["descriptor"]=>
039- resource(%d) of type (oci8 descriptor)
040- }
041- }
042- string(11) "clob test 3"
043- Test 2: BLOB
044- bool(true)
045- bool(true)
046- bool(true)
047- bool(true)
048- array(1) {
049- ["BLOB"]=>
050- array(3) {
051- [0]=>
052- string(11) "blob test 1"
053- [1]=>
054- string(11) "blob test 2"
055- [2]=>
056- string(11) "blob test 3"
057- }
058- }
059- Test 2b
060- bool(true)
061- array(1) {
062- ["BLOB"]=>
063- object(OCI-Lob)#3 (1) {
064- ["descriptor"]=>
065- resource(%d) of type (oci8 descriptor)
066- }
067- }
068- string(11) "blob test 1"
069- array(1) {
070- ["BLOB"]=>
071- object(OCI-Lob)#4 (1) {
072- ["descriptor"]=>
073- resource(%d) of type (oci8 descriptor)
074- }
075- }
076- string(11) "blob test 2"
077- array(1) {
078- ["BLOB"]=>
079- object(OCI-Lob)#3 (1) {
080- ["descriptor"]=>
081- resource(%d) of type (oci8 descriptor)
082- }
083- }
084- string(11) "blob test 3"
085- Done