Test: /ext/oci8/tests/lob_029.phpt - Version 5.3.22    

There is 1 diff reported by users for this test.

Count Diff
3 (100%)
001+
001- Test 1. Check how many rows in the table
002- array(1) {
003- ["NUMROWS"]=>
004- array(1) {
005- [0]=>
006- string(1) "3"
007- }
008- }
009- Test 2
010- array(3) {
011- ["FILENUM"]=>
012- array(3) {
013- [0]=>
014- string(1) "1"
015- [1]=>
016- string(1) "2"
017- [2]=>
018- string(1) "3"
019- }
020- ["FILEDESC"]=>
021- array(3) {
022- [0]=>
023- string(13) "Description 1"
024- [1]=>
025- string(13) "Description 2"
026- [2]=>
027- string(13) "Description 3"
028- }
029- ["IMAGE"]=>
030- array(3) {
031- [0]=>
032- string(24) "Some text in the bfile 1"
033- [1]=>
034- string(24) "Some text in the bfile 2"
035- [2]=>
036- string(24) "Some text in the bfile 3"
037- }
038- }
039- Test 3
040- string(24) "Some text in the bfile 1"
041- Done