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.
2 parents 9e1e009 + e9b12be commit 268c288Copy full SHA for 268c288
ext/pdo/pdo_stmt.c
@@ -1876,7 +1876,7 @@ static PHP_METHOD(PDOStatement, getColumnMeta)
1876
int pdo_stmt_setup_fetch_mode(INTERNAL_FUNCTION_PARAMETERS, pdo_stmt_t *stmt, int skip)
1877
{
1878
long mode = PDO_FETCH_BOTH;
1879
- int flags, argc = ZEND_NUM_ARGS() - skip;
+ int flags = 0, argc = ZEND_NUM_ARGS() - skip;
1880
zval ***args;
1881
zend_class_entry **cep;
1882
int retval;
0 commit comments