Test: /ext/pdo_oci/tests/pdo_oci_attr_case.phpt - Version 5.4.9-dev    

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
001+ Segmentation fault (core dumped)
001- Test 1 - Force column names to lower case
002- int(2)
003- array(1) {
004- ["dummy"]=>
005- string(1) "X"
006- }
007- Test 2 - Leave column names as returned by the database driver
008- int(0)
009- array(1) {
010- ["DUMMY"]=>
011- string(1) "X"
012- }
013- Test 3 - Force column names to upper case
014- int(1)
015- array(1) {
016- ["DUMMY"]=>
017- string(1) "X"
018- }
019- Test 4 - Setting on statement has no effect. Attempt lower case but get upper
020- Mode desired is 2
021- array(1) {
022- ["DUMMY"]=>
023- string(1) "X"
024- }
025- Done