mirror of
https://github.com/php/php-src.git
synced 2026-04-01 13:12:16 +02:00
Fix type mismatch.
This commit is contained in:
@@ -889,7 +889,7 @@ static PHP_METHOD(PDO, quote)
|
||||
int str_len;
|
||||
long paramtype = PDO_PARAM_STR;
|
||||
char *qstr;
|
||||
size_t qlen;
|
||||
int qlen;
|
||||
|
||||
if (FAILURE == zend_parse_parameters(1 TSRMLS_CC, "s|l", &str, &str_len,
|
||||
¶mtype)) {
|
||||
|
||||
Reference in New Issue
Block a user