mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Introduce pseudo-keyword ZEND_FALLTHROUGH
And use it instead of comments
This commit is contained in:
parent
8a86fe11da
commit
5caaf40b43
88 changed files with 268 additions and 155 deletions
|
@ -297,6 +297,7 @@ static int pgsql_stmt_param_hook(pdo_stmt_t *stmt, struct pdo_bound_param_data *
|
|||
pdo_pgsql_error_stmt_msg(stmt, 0, "HY093", "parameter was not defined");
|
||||
return 0;
|
||||
}
|
||||
ZEND_FALLTHROUGH;
|
||||
case PDO_PARAM_EVT_EXEC_POST:
|
||||
case PDO_PARAM_EVT_FETCH_PRE:
|
||||
case PDO_PARAM_EVT_FETCH_POST:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue