Commit: 0190a1cd2b51b3d5f056b3a1b689f0481822a36b Author: v-maf...@microsoft.com <v-maf...@microsoft.com> Thu, 19 Feb 2015 13:52:20 -0800 Parents: 2b50bb3e273650ebe486653a0feaa342b11bb313 Branches: master
Link: http://git.php.net/?p=web/qa.git;a=commitdiff;h=0190a1cd2b51b3d5f056b3a1b689f0481822a36b Log: reverse branch order Changed paths: M pftt.php Diff: diff --git a/pftt.php b/pftt.php index 66e3442..4896a84 100755 --- a/pftt.php +++ b/pftt.php @@ -18,6 +18,7 @@ define('BASE_REPORT_DIR', dirname($_SERVER['SCRIPT_FILENAME'])."/reports/db/"); <?php $branches = scandir(BASE_REPORT_DIR); if ($branches!==FALSE) { + $branches = array_reverse($branches); foreach ( $branches as $branch ) { if ($branch=="." or $branch==".." or $branch==".svn") continue; -- PHP Quality Assurance Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php