Changes between Initial Version and Version 1 of Ticket #18975, comment 13

Timestamp:
10/28/11 16:48:32 (19 months ago)
Author:
scribu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18975, comment 13

    initial v1  
    1 It's more efficient to use reset() and end() instead of array_shift() and array_pop(), since we don't really use $var_by_ref afterwards. 
     1It's more efficient to use reset() and end() instead of array_shift() and array_pop(), since we don't use $var_by_ref afterwards.