Re: [PHP-DEV] PROPOSAL: 'unless' control structure

2003-01-12 Thread Timm Friebe
On Sun, 2003-01-12 at 20:47, Sara Golemon wrote: [...] > This has been discussed (recently in fact) and won't be done. However, > you *can* give your code the type of readability you're looking for with: > > ($condition) || { > /* This will only run if $condition evals to false */ > } Nope, th

Re: [PHP-DEV] PROPOSAL: 'unless' control structure

2003-01-12 Thread Sara Golemon
> My apologies if this has been brought up before, but I searched the > archives and couldn't find a reference to it. > > I'm sure this is the sort of thing that would have already been > implemented if there was any desire for it among the developers, but I > was wondering if anyone had considered

Re: [PHP-DEV] PROPOSAL: "unless" control structure

2003-01-12 Thread Jon Parise
On Sun, Jan 12, 2003 at 12:53:12PM -0600, Michael Sims wrote: > My apologies if this has been brought up before, but I searched the > archives and couldn't find a reference to it. > > I'm sure this is the sort of thing that would have already been > implemented if there was any desire for it amon

[PHP-DEV] PROPOSAL: "unless" control structure

2003-01-12 Thread Michael Sims
My apologies if this has been brought up before, but I searched the archives and couldn't find a reference to it. I'm sure this is the sort of thing that would have already been implemented if there was any desire for it among the developers, but I was wondering if anyone had considered adding sup