You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ext/pdo/pdo_dbh.c
+13-6Lines changed: 13 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1113,17 +1113,18 @@ PHP_METHOD(PDO, query)
1113
1113
}
1114
1114
/* }}} */
1115
1115
1116
-
/* {{{ quotes string for use in a query.
1117
-
* The optional paramtype acts as a hint for drivers that have alternate quoting styles.
1118
-
* The default value is PDO_PARAM_STR */
1116
+
/* {{{ quotes string for use in a query. The optional paramtype acts as a hint for drivers that have alternate quoting styles. The default value is PDO_PARAM_STR */
0 commit comments