Skip to content

Commit 401230f

Browse files
committed
fix PDO
1 parent 32d6566 commit 401230f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/pdo/pdo_sql_parser.re

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ safe:
261261
plc->quoted = zend_is_true(parameter) ? ZSTR_CHAR('1') : ZSTR_CHAR('0');
262262
// TODO Can an exception occur here?
263263
if (EG(exception)) {
264-
goto cleanup;
264+
goto clean_up;
265265
}
266266
break;
267267

0 commit comments

Comments
 (0)