diff options
Diffstat (limited to 'sapi/cli/php_cli.c')
-rw-r--r-- | sapi/cli/php_cli.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sapi/cli/php_cli.c b/sapi/cli/php_cli.c index 25382faa69..a652052100 100644 --- a/sapi/cli/php_cli.c +++ b/sapi/cli/php_cli.c @@ -534,8 +534,9 @@ int main(int argc, char *argv[]) break; case 'l': /* syntax check mode */ - if (behavior != PHP_MODE_STANDARD) + if (behavior != PHP_MODE_STANDARD) { break; + } no_headers = 1; behavior=PHP_MODE_LINT; break; |