mirror of
https://github.com/php/php-src.git
synced 2024-11-25 10:54:15 +08:00
Fix type mismatch.
This commit is contained in:
parent
99f832a206
commit
bc1c0c2e12
@ -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)) {
|
||||
|
Loading…
Reference in New Issue
Block a user