Test: /ext/oci8/tests/lob_030.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: A CLOB with an even number of bytes
002- int(1050000)
003- Test 2: A CLOB with an odd number of bytes
004- int(1050001)
005- Test 3: A CLOB of 1048576 bytes (== size of PHP_OCI_LOB_BUFFER_SIZE at time of test creation)
006- int(1048576)
007- Test 4: A CLOB of 1049028 bytes (the value used for chunks in the code)
008- int(1049028)
009- Test 5: A CLOB of 1049028-1 bytes
010- int(1049027)
011- Test 6: A CLOB of 1049028+1 bytes
012- int(1049029)
013- Done