On Mon, October 18, 2010 2:45 am, mathieu.suen wrote:
> On 10/15/2010 07:26 PM, G M wrote:
>> Okay so I am thinking about submitting a patch to PHP that would
>> enable you to call functions like this:
>>
>> stuff(1, 2, 'separator' => '', 'clean' => true);
When I suggested this to Ze'ev in PHP 3
This is just not happening people. Please re-read all the past
conversations about it. If you come to some sort of epiphany that solves
all of the issues brought up in the past, please submit a patch.
Otherwise, a never ending thread about this *again* is pointless.
Thanks,
--
Brian.
---
On 10/15/2010 07:26 PM, G M wrote:
Okay so I am thinking about submitting a patch to PHP that would enable you to
call functions like this:
stuff(1, 2, 'separator' => '', 'clean' => true);
and define them like this:
/**
* function to do stuff
* @param integer $a
* @param integer $b