We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce51807 commit 6b86160Copy full SHA for 6b86160
lib/cli/Shell.php
@@ -37,7 +37,7 @@ static public function columns() {
37
break;
38
}
39
40
- } else if ( !preg_match( "/(^|,)(\s*)?exec(\s*)?(,|$)/", ini_get( "disable_functions" ) ) ) {
+ } else if (!preg_match('/(^|,)(\s*)?exec(\s*)?(,|$)/', ini_get('disable_functions'))) {
41
$columns = (int) exec('/usr/bin/env tput cols');
42
43
0 commit comments