On 10/29/2012 06:57 AM, Gopal Vijayaraghavan wrote:
>>> I've found that it behaves rather inconsistently when people start
>>> returning values from scripts.
>>>
>>> >> function f($a = array(1)) { return $a; }
>>> return f();
>>>
>>> has been a suspect case for some segvs.
>>
>> Sorry, I didn't und
>> I've found that it behaves rather inconsistently when people start
>> returning values from scripts.
>>
>> > function f($a = array(1)) { return $a; }
>> return f();
>>
>> has been a suspect case for some segvs.
>
> Sorry, I didn't understand. Do you mean my change to include_once
> override is c