mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
- space to tabs
- CS
This commit is contained in:
parent
d4e6d96396
commit
efb0b8bf54
1 changed files with 5 additions and 5 deletions
|
@ -1530,11 +1530,11 @@ PHP_FUNCTION(imap_close)
|
|||
if (argc == 2) {
|
||||
flags = options;
|
||||
|
||||
/* Check that flags is exactly equal to PHP_EXPUNGE or zero */
|
||||
if (flags && ((flags & ~PHP_EXPUNGE) != 0)) {
|
||||
php_error_docref(NULL TSRMLS_CC, E_WARNING, "invalid value for the flags parameter");
|
||||
RETURN_FALSE;
|
||||
}
|
||||
/* Check that flags is exactly equal to PHP_EXPUNGE or zero */
|
||||
if (flags && ((flags & ~PHP_EXPUNGE) != 0)) {
|
||||
php_error_docref(NULL TSRMLS_CC, E_WARNING, "invalid value for the flags parameter");
|
||||
RETURN_FALSE;
|
||||
}
|
||||
|
||||
/* Do the translation from PHP's internal PHP_EXPUNGE define to c-client's CL_EXPUNGE */
|
||||
if (flags & PHP_EXPUNGE) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue