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/library/PEAR/PEAR/RunTest.php

    r6057 r7655  
    397397 
    398398 
    399             for ($i = 0; $i < $numLines; $i++) { 
     399            for ($i = 0; $i < $numLines; ++$i) { 
    400400                if (isset($lines[$i]) && substr($lines[$i], 0, 9) == 'namespace') { 
    401401                    $namespace         = substr($lines[$i], 10, -1); 
Note: See TracChangeset for help on using the changeset viewer.