Ignore:
Timestamp:
12/14/12 14:30:35 (11 years ago)
Author:
douglasz
Message:

Ticket #3236 - Melhorias de performance no codigo do Expresso.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/filemanager/inc/class.bofilemanager.inc.php

    r6037 r7655  
    156156                function ord_match ($string, $charnum) 
    157157                { 
    158                         for ($i = 0; $i < strlen ($string); $i++) 
     158                        for ($i = 0; $i < strlen ($string); ++$i) 
    159159                        { 
    160160                                $character = ord (substr ($string, $i, 1)); 
     
    191191                        if ($times == NULL) 
    192192                        $times = 1; 
    193                         for ($i = 0; $i != $times; $i++) 
     193                        for ($i = 0; $i != $times; ++$i) 
    194194                        { 
    195195                                if ($return) 
Note: See TracChangeset for help on using the changeset viewer.