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 f16c1cd commit 7bcdd2cCopy full SHA for 7bcdd2c
2 files changed
src/Mysqli/MysqliStatement.php
@@ -200,7 +200,6 @@ public function prepareParameterKeyMapping($sql)
200
if (isset($mapping[$match[0]])) {
201
$mapping[$match[0]] = is_array($mapping[$match[0]]) ? $mapping[$match[0]] : [$mapping[$match[0]]];
202
$mapping[$match[0]][] = \count($mapping);
203
-
204
} else {
205
$mapping[$match[0]] = \count($mapping);
206
}
src/Sqlsrv/SqlsrvStatement.php
@@ -205,7 +205,6 @@ public function prepareParameterKeyMapping($sql)
207
208
209
210
211
0 commit comments