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 1f2e7f1 commit f2b34beCopy full SHA for f2b34be
2 files changed
src/Mysqli/MysqliStatement.php
@@ -198,7 +198,7 @@ public function prepareParameterKeyMapping($sql)
198
}
199
200
if (!isset($mapping[$match[0]])) {
201
- $mapping[$match[0]][] = [];
+ $mapping[$match[0]] = [];
202
203
204
$mapping[$match[0]][] = $position++;
src/Sqlsrv/SqlsrvStatement.php
@@ -203,7 +203,7 @@ public function prepareParameterKeyMapping($sql)
205
206
207
208
209
0 commit comments