File tree 3 files changed +5
-2
lines changed 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -29,4 +29,5 @@ run(function() {
29
29
?>
30
30
--EXPECTF--
31
31
SQLSTATE[HY000]: General error: 942 OCIStmtExecute: ORA-00942: table or view does not exist
32
- (%s%epdo_oci%eoci_statement.c:%d)
32
+ Help: %s
33
+ (%s:%d)"
Original file line number Diff line number Diff line change @@ -31,5 +31,6 @@ array(3) {
31
31
int(942)
32
32
[2]=>
33
33
string(%d) "OCIStmtExecute: ORA-00942: table or view does not exist
34
+ Help: %s
34
35
(%s:%d)"
35
36
}
Original file line number Diff line number Diff line change @@ -110,7 +110,8 @@ Test 1 Check beginTransaction insertion
110
110
Test 2 Cause an exception and test beginTransaction rollback
111
111
Caught expected exception at line %d
112
112
SQLSTATE[HY000]: General error: 12899 OCIStmtExecute: ORA-12899: %s
113
- %s
113
+ Help: %s
114
+ (%s:%d)"
114
115
Test 3 Setting ATTR_AUTOCOMMIT to true will commit and end the transaction
115
116
PDO::ATTR_AUTOCOMMIT: bool(true)
116
117
Caught expected exception at line %d
You can’t perform that action at this time.
0 commit comments