|
|
@@ -1206,6 +1206,9 @@ class ConnectionTest extends TestCase
|
|
|
return false;
|
|
|
});
|
|
|
$this->rollbackSourceLine = __LINE__ - 1;
|
|
|
+ if (PHP_VERSION_ID >= 80200) {
|
|
|
+ $this->rollbackSourceLine -= 2;
|
|
|
+ }
|
|
|
|
|
|
return true;
|
|
|
});
|
|
|
@@ -1244,6 +1247,9 @@ class ConnectionTest extends TestCase
|
|
|
return false;
|
|
|
});
|
|
|
$this->rollbackSourceLine = __LINE__ - 1;
|
|
|
+ if (PHP_VERSION_ID >= 80200) {
|
|
|
+ $this->rollbackSourceLine -= 2;
|
|
|
+ }
|
|
|
|
|
|
$this->pushNestedTransactionState();
|
|
|
|