On 20 March 2015 at 23:03, Stanislav Malyshev <smalys...@gmail.com> wrote:

> $array[*1:4] by reference -
> what is actually passed?
>

Implementation is not something I have looked into for this yet, so I am
unsure how this would be possible; but by passing $array[*1:4], you'd be
passing an extracted array which is a reference to the original array. Such
that changing the sub array can change the parent array.

Reply via email to