Changes between Initial Version and Version 1 of Ticket #18975, comment 13
- Timestamp:
- 10/28/2011 04:48:32 PM (13 years ago)
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 reallyuse $var_by_ref afterwards.1 It's more efficient to use reset() and end() instead of array_shift() and array_pop(), since we don't use $var_by_ref afterwards.