Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  removed additional ";" from run-tests.php
This commit is contained in:
Joe Watkins 2017-01-31 05:36:16 +00:00
commit 390134e6c5
No known key found for this signature in database
GPG Key ID: F9BA0ADA31CBD89E

View File

@ -570,7 +570,7 @@ if (isset($argc) && $argc > 1) {
$ini_overwrites[] = $argv[++$i];
break;
case 'g':
$SHOW_ONLY_GROUPS = explode(",", $argv[++$i]);;
$SHOW_ONLY_GROUPS = explode(",", $argv[++$i]);
break;
//case 'h'
case '--keep-all':