summaryrefslogtreecommitdiff
path: root/ext/odbc/tests/bug47803.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/odbc/tests/bug47803.phpt')
-rw-r--r--ext/odbc/tests/bug47803.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/odbc/tests/bug47803.phpt b/ext/odbc/tests/bug47803.phpt
index ec023a5c87..aa5925df7f 100644
--- a/ext/odbc/tests/bug47803.phpt
+++ b/ext/odbc/tests/bug47803.phpt
@@ -73,7 +73,7 @@ if (!$result) {
print ('[sql] prep: '.$sql);
goto out;
}
-foreach ($upd_params as $k) {
+foreach ($upd_params as $k) {
if(!odbc_execute($result, array($k['id']))) {
print ('[sql] exec: '."array({$k['id']})");
goto out;