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/tp/dompdf/include/stylesheet.cls.php

    r6057 r7655  
    327327 
    328328    if ( !in_array($selector{0}, array(" ", ">", ".", "#", "+", ":", "[")) ) { 
    329         $d++; 
     329        ++$d; 
    330330    } 
    331331 
     
    373373 
    374374      $s = $selector{$i}; 
    375       $i++; 
     375      ++$i; 
    376376 
    377377      // Eat characters up to the next delimiter 
     
    500500        // Read the attribute value, if required 
    501501        if ( $op != "" ) { 
    502           $j++; 
     502          ++$j; 
    503503          while ( $j < $tok_len ) { 
    504504            if ( $tok{$j} == "]" ) 
     
    548548      } 
    549549    } 
    550     $i++; 
     550    ++$i; 
    551551 
    552552//       case ":": 
Note: See TracChangeset for help on using the changeset viewer.