Re: [PHP-DEV] Supplying nothing at all for default parameters

2010-04-09 Thread Lukas Kahwe Smith
On 06.04.2010, at 12:16, Richard Quadling wrote: > Hello. > > A suggestion I would like to make is to allow for nothing to be > supplied for defaulted parameters. > > I suppose the easiest way of describing this issue is with the > following code ... > > function foo($bar, $baz = 9, $buzz = 1

Re: [PHP-DEV] Supplying nothing at all for default parameters

2010-04-06 Thread Alexey Zakhlestin
On 06.04.2010, at 14:16, Richard Quadling wrote: > Hello. > > A suggestion I would like to make is to allow for nothing to be > supplied for defaulted parameters. > > I suppose the easiest way of describing this issue is with the > following code ... > > function foo($bar, $baz = 9, $buzz = 1

[PHP-DEV] Supplying nothing at all for default parameters

2010-04-06 Thread Richard Quadling
Hello. A suggestion I would like to make is to allow for nothing to be supplied for defaulted parameters. I suppose the easiest way of describing this issue is with the following code ... http://www.experts-exchange.com/M_248814.html EE4Free : http://www.experts-exchange.com/becomeAnExpert.jsp Z