Ignore:
Timestamp:
12/18/12 16:15:29 (11 years ago)
Author:
douglasz
Message:

Ticket #3236 - Correcoes para Performance: Function Within Loop Declaration.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/filemanager/tp/dompdf/lib/class.pdf.php

    r7655 r7673  
    26152615                  $dtmp[$bits2[0]] = array(); 
    26162616 
    2617                   for  ($i = 1;$i<count($bits2);++$i) { 
     2617                  $bits2_count = count($bits2); 
     2618                  for  ($i = 1;$i<$bits2_count;++$i) { 
    26182619 
    26192620                    $dtmp[$bits2[0]][] = $bits2[$i]; 
     
    26612662                    $dtmp[$bits2[0]] = array(); 
    26622663 
    2663                     for  ($i = 1;$i<count($bits2);++$i) { 
     2664                    $bits2_count = count($bits2); 
     2665                    for  ($i = 1;$i<$bits2_count;++$i) { 
    26642666 
    26652667                      $dtmp[$bits2[0]][] = $bits2[$i]; 
Note: See TracChangeset for help on using the changeset viewer.