Ignore:
Timestamp:
12/19/12 16:44:18 (11 years ago)
Author:
douglasz
Message:

Ticket #3236 - Correcoes para Best Practice: Short Open Tag e Best Practice: Always Quote Array Keys.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/library/PEAR/PEAR/Frontend/CLI.php

    r7673 r7681  
    106106                    $frame['function'] = !isset($frame['function']) ? '' : $frame['function']; 
    107107                    $frame['line']     = !isset($frame['line'])     ? '' : $frame['line']; 
    108                     $this->_displayLine("#$i: $frame[class]$frame[type]$frame[function] $frame[line]"); 
     108                    $this->_displayLine("#$i: {$frame['class']}{$frame['type']}{$frame['function']}{$frame['line']}"); 
    109109                } 
    110110            } 
Note: See TracChangeset for help on using the changeset viewer.