1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 18:53:33 +02:00

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
+1 -1
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':