Re: [RFC] Skipping parameters take 2

From: Date: Fri, 16 Jan 2015 10:29:59 +0000
Subject: Re: [RFC] Skipping parameters take 2
References: 1 2 3 4  Groups: php.internals 
Request: Send a blank email to [email protected] to get a copy of this message
Am 14.01.2015 20:50 schrieb "Simon J Welsh" <[email protected]>:
>
> >    create_query("deleted=0", "name", _, _, true);
> >
> > Still not sure if it's better than default, though.
>
> That would be a BC break as you can currently have a constant _.

A visually pleasing (IMO), even easier to type, and non-BC alternative,
could be using a dash:

create_query("deleted=0", "name", -, -, true);

best regards
  Patrick


Thread (69 messages)

« previous php.internals (#80632) next »