We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8ed0d7f + 7713079 commit f2b010fCopy full SHA for f2b010f
ext/pdo_firebird/tests/transaction_access_mode.phpt
@@ -132,7 +132,7 @@ $dbh = getDbConnection();
132
@$dbh->exec('DROP TABLE transaction_access_mode');
133
unset($dbh);
134
?>
135
---EXPECT--
+--EXPECTF--
136
========== Set attr in construct ==========
137
OK: writable
138
OK: readonly
@@ -154,7 +154,7 @@ array(1) {
154
readonly
155
bool(true)
156
157
-SQLSTATE[42000]: Syntax error or access violation: -817 attempted update during read-only transaction
+SQLSTATE[%r(42000|25006)%r]: %r(Read only sql transaction|Syntax error or access violation)%r: -817 attempted update during read-only transaction
158
array(1) {
159
[0]=>
160
array(2) {
0 commit comments