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
|
@ -515,6 +515,7 @@ MYSQLND_METHOD(mysqlnd_debug, set_mode)(MYSQLND_DEBUG * self, const char * const
|
|||
case 'O':
|
||||
case 'A':
|
||||
self->flags |= MYSQLND_DEBUG_FLUSH;
|
||||
ZEND_FALLTHROUGH;
|
||||
case 'a':
|
||||
case 'o':
|
||||
if (mode[i] == 'a' || mode[i] == 'A') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue