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.
1 parent 5b06a06 commit 7713079Copy full SHA for 7713079
ext/pdo_firebird/tests/transaction_access_mode.phpt
@@ -135,7 +135,7 @@ $dbh = getDbConnection();
135
@$dbh->exec('DROP TABLE transaction_access_mode');
136
unset($dbh);
137
?>
138
---EXPECT--
+--EXPECTF--
139
========== Set attr in construct ==========
140
OK: writable
141
OK: readonly
@@ -157,7 +157,7 @@ array(1) {
157
readonly
158
bool(true)
159
160
-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
161
array(1) {
162
[0]=>
163
array(2) {
0 commit comments