Changes between Version 1 and Version 2 of Ticket #16895, comment 11

Timestamp:
03/22/11 16:58:18 (2 years ago)
Author:
hakre
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16895, comment 11

    v1 v2  
    33> list, rather than just juggling PHP reference's. 
    44 
    5 Well it's actually not juggling and normally foreach opereates on a copy of the array ... 
     5At least it's sort of re-using an input variable for output which can be considered ugly, yes. 
     6 
     7But it's actually not juggling with references as normally foreach operates on a copy of the array ... 
    68 
    79>